]> git.karo-electronics.de Git - karo-tx-linux.git/commit
exit.c: unexport __set_special_pids()
authorOleg Nesterov <oleg@redhat.com>
Thu, 27 Jun 2013 23:53:54 +0000 (09:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:57 +0000 (16:38 +1000)
commit47fbc424ef9ab14b972809afdd7e743b5d4eec14
treee1260640fb272308f4fe1d35c843ece16907a116
parent035cc195cae87b12e66cc92a9d092f218e3bc6af
exit.c: unexport __set_special_pids()

Move __set_special_pids() from exit.c to sys.c close to its single caller
and make it static.

And rename it to set_special_pids(), another helper with this name has
gone away.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/sched.h
kernel/exit.c
kernel/sys.c