From: Cedric Le Goater Date: Mon, 2 Oct 2006 09:17:26 +0000 (-0700) Subject: [PATCH] update mq_notify to use a struct pid X-Git-Tag: v2.6.19-rc1~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03fcb730b4fe7da14ca4405f23dbde717b1d2b9;p=pandora-kernel.git [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 Acked-by: Eric Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed