]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Pidns: fix badly converted mqueues pid handling
authorPavel Emelyanov <xemul@openvz.org>
Fri, 8 Feb 2008 12:19:21 +0000 (04:19 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:29 +0000 (09:22 -0800)
commit56496c1d83dfae0c74e2f43adb45d2d95e16c0d5
tree36cdf6421d0b26e8372dd1167a1ecd18f73fc3a5
parent6c5f3e7b43300508fe3947ff3cfff0f86043bb57
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 <xemul@openvz.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/mqueue.c