]> git.karo-electronics.de Git - karo-tx-linux.git/commit
exit.c: unexport __set_special_pids()
authorOleg Nesterov <oleg@redhat.com>
Wed, 19 Jun 2013 00:08:21 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:41 +0000 (17:27 +1000)
commit1f252e21c66289e7cf30d62a7c8e09d14cf10d11
treea172e4699ca511af1724492bc84e260d691e9751
parente7665ed1548095cce8e8af4a5c5a8c2279598051
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