[PATCH] cleanup __exit_signal->cleanup_sighand path
Move 'tsk->sighand = NULL' from cleanup_sighand() to __exit_signal(). This makes the exit path more understandable and allows us to do cleanup_sighand() outside of ->siglock protected section. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> 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
4a2c7a7837
commit
a7e5328a06
@@ -1151,7 +1151,7 @@ extern void exit_thread(void);
|
||||
|
||||
extern void exit_files(struct task_struct *);
|
||||
extern void __cleanup_signal(struct signal_struct *);
|
||||
extern void cleanup_sighand(struct task_struct *);
|
||||
extern void __cleanup_sighand(struct sighand_struct *);
|
||||
extern void exit_itimers(struct signal_struct *);
|
||||
|
||||
extern NORET_TYPE void do_group_exit(int);
|
||||
|
Reference in New Issue
Block a user