mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] rename __exit_sighand to cleanup_sighand
Cosmetic, rename __exit_sighand to cleanup_sighand and move it close to copy_sighand(). This matches copy_signal/cleanup_signal naming, and I think it is easier to follow. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: "Paul E. McKenney" <paulmck@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
29ff471234
commit
c81addc9d3
3 changed files with 14 additions and 19 deletions
|
@ -1150,8 +1150,8 @@ 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 __exit_signal(struct task_struct *);
|
||||
extern void __exit_sighand(struct task_struct *);
|
||||
extern void exit_itimers(struct signal_struct *);
|
||||
|
||||
extern NORET_TYPE void do_group_exit(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue