commit | a03fcb730b4fe7da14ca4405f23dbde717b1d2b9 | [log] [tgz] |
---|---|---|
author | Cedric Le Goater <clg@fr.ibm.com> | Mon Oct 02 02:17:26 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 02 07:57:15 2006 -0700 |
tree | 0a24b625def867ddfa7e04a82b15905b77284743 | |
parent | f40f50d3bb33b52dfd550ca80be7daaddad21883 [diff] |
[PATCH] update mq_notify to use a struct pid Message queues can signal a process waiting for a message. This patch replaces the pid_t value with a struct pid to avoid pid wrap around problems. Signed-off-by: Cedric Le Goater <clg@fr.ibm.com> Acked-by: Eric Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>