-
- Downloads
Pidns: make full use of xxx_vnr() calls
Some time ago the xxx_vnr() calls (e.g. pid_vnr or find_task_by_vpid) were _all_ converted to operate on the current pid namespace. After this each call like xxx_nr_ns(foo, current->nsproxy->pid_ns) is nothing but a xxx_vnr(foo) one. Switch all the xxx_nr_ns() callers to use the xxx_vnr() calls where appropriate. Signed-off-by:Pavel Emelyanov <xemul@openvz.org> Reviewed-by:
Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> 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>
Showing
- fs/fcntl.c 1 addition, 1 deletionfs/fcntl.c
- fs/locks.c 2 additions, 3 deletionsfs/locks.c
- ipc/mqueue.c 1 addition, 2 deletionsipc/mqueue.c
- kernel/exit.c 3 additions, 3 deletionskernel/exit.c
- kernel/fork.c 1 addition, 7 deletionskernel/fork.c
- kernel/sys.c 2 additions, 5 deletionskernel/sys.c
- kernel/sysctl.c 1 addition, 1 deletionkernel/sysctl.c
- kernel/timer.c 1 addition, 1 deletionkernel/timer.c
Loading
Please register or sign in to comment