OpenVZ Forum


Home » Mailing lists » Devel » [PATCH v8 1/5] ipc: remove forced assignment of selected message
[PATCH v8 1/5] ipc: remove forced assignment of selected message [message #48596] Wed, 24 October 2012 15:35
Stanislav Kinsbursky is currently offline  Stanislav Kinsbursky
Messages: 683
Registered: October 2011
Senior Member
This is a cleanup patch. The assignment is redundant.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
---
ipc/msg.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/ipc/msg.c b/ipc/msg.c
index a71af5a..2f272fa 100644
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -793,12 +793,9 @@ long do_msgrcv(int msqid, long *pmtype, void __user *mtext,
msg = walk_msg;
if (mode == SEARCH_LESSEQUAL &&
walk_msg->m_type != 1) {
- msg = walk_msg;
msgtyp = walk_msg->m_type - 1;
- } else {
- msg = walk_msg;
+ } else
break;
- }
}
tmp = tmp->next;
}
Previous Topic: [PATCH v6] posix timers: allocate timer id per process
Next Topic: [PATCH v8 3/5] ipc: message queue receive cleanup
Goto Forum:
  


Current Time: Tue Mar 19 03:16:43 GMT 2024

Total time taken to generate the page: 0.02523 seconds