[PATCH] make set_special_pids() static
Make set_special_pids() static, the only caller is daemonize(). Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
7bcfa95e56
commit
ae424ae4b5
@@ -1240,7 +1240,6 @@ extern struct mm_struct init_mm;
|
||||
|
||||
#define find_task_by_pid(nr) find_task_by_pid_type(PIDTYPE_PID, nr)
|
||||
extern struct task_struct *find_task_by_pid_type(int type, int pid);
|
||||
extern void set_special_pids(pid_t session, pid_t pgrp);
|
||||
extern void __set_special_pids(pid_t session, pid_t pgrp);
|
||||
|
||||
/* per-UID process charging. */
|
||||
|
Reference in New Issue
Block a user