Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348266
b: refs/heads/master
c: 9afdacd
h: refs/heads/master
v: v3
  • Loading branch information
Stanislav Kinsbursky authored and Linus Torvalds committed Jan 5, 2013
1 parent 1fefb23 commit f6049b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d79cf8a9dfbaef1e57c88a709689577c8482a17
refs/heads/master: 9afdacda0252fc1ddb7907728e878518edbcdfce
5 changes: 1 addition & 4 deletions trunk/ipc/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f6049b5

Please sign in to comment.