diff options
author | Pavel Emelyanov <[email protected]> | 2008-02-08 04:21:52 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-02-08 09:22:41 -0800 |
commit | 8dc86af00612e5ccff3384c17575362a3f2a2ca0 (patch) | |
tree | 04ed08d10cc99d4a283c8ccac078c4ac544b7b94 /kernel/rtmutex-debug.c | |
parent | 20a8143eaa3300a58326156eaf43e03db0fd2cb6 (diff) |
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 <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'kernel/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions