diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-02-08 04:21:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 09:22:41 -0800 |
commit | 8dc86af00612e5ccff3384c17575362a3f2a2ca0 (patch) | |
tree | 04ed08d10cc99d4a283c8ccac078c4ac544b7b94 /kernel/rtmutex-debug.c | |
parent | 20a8143eaa3300a58326156eaf43e03db0fd2cb6 (diff) | |
download | kernel_samsung_smdk4412-8dc86af00612e5ccff3384c17575362a3f2a2ca0.zip kernel_samsung_smdk4412-8dc86af00612e5ccff3384c17575362a3f2a2ca0.tar.gz kernel_samsung_smdk4412-8dc86af00612e5ccff3384c17575362a3f2a2ca0.tar.bz2 |
Use find_task_by_vpid in posix timers
All the functions that need to lookup a task by pid in posix timers obtain
this pid from a user space, and thus this value refers to a task in the same
namespace, as the current task lives in.
So the proper behavior is to call find_task_by_vpid() here.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions