Skip to content

Commit

Permalink
[PATCH] one ipc/sem.c->mutex.c converstion too many..
Browse files Browse the repository at this point in the history
Ingo's sem2mutex patch incorrectly replaced one reference to ipc/sem.c
with ipc/mutex.c in a comment.

Signed-off-by: Manfred Spraul <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Manfred Spraul authored and Linus Torvalds committed Mar 26, 2006
1 parent 9ae21d1 commit 64bc043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ asmlinkage long sys_mq_unlink(const char __user *u_name)
* The receiver accepts the message and returns without grabbing the queue
* spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
* are necessary. The same algorithm is used for sysv semaphores, see
* ipc/mutex.c fore more details.
* ipc/sem.c fore more details.
*
* The same algorithm is used for senders.
*/
Expand Down

0 comments on commit 64bc043

Please sign in to comment.