From: Pavel Emelyanov Date: Fri, 8 Feb 2008 12:19:21 +0000 (-0800) Subject: Pidns: fix badly converted mqueues pid handling X-Git-Tag: v2.6.25-rc1~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56496c1d83dfae0c74e2f43adb45d2d95e16c0d5;p=pandora-kernel.git Pidns: fix badly converted mqueues pid handling When sending the pid namespaces patches I wrongly converted the tsk->tgid into task_pid_vnr(tsk) in mqueue-s (the git id of this patch is b488893a390edfe027bae7a46e9af8083e740668). The proper behavior is to get the task_tgid_vnr(tsk). This seem to be the only mistake of that kind. Signed-off-by: Pavel Emelyanov Cc: "Eric W. Biederman" Cc: Oleg Nesterov Cc: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed