diff options
author | Oleg Nesterov <oleg@tv-sign.ru> | 2006-03-28 19:11:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 21:36:43 -0500 |
commit | c81addc9d3a0ebff2155e0cd86f90820ab97147e (patch) | |
tree | 56eb3a50f71e7a0e2a0f0daef4ec097375b06f8d /include | |
parent | 29ff471234d53c7235db287bc52f91884c2977c6 (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 7dd430b697aa..921148277da9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1150,8 +1150,8 @@ extern void exit_thread(void); | |||
1150 | 1150 | ||
1151 | extern void exit_files(struct task_struct *); | 1151 | extern void exit_files(struct task_struct *); |
1152 | extern void __cleanup_signal(struct signal_struct *); | 1152 | extern void __cleanup_signal(struct signal_struct *); |
1153 | extern void cleanup_sighand(struct task_struct *); | ||
1153 | extern void __exit_signal(struct task_struct *); | 1154 | extern void __exit_signal(struct task_struct *); |
1154 | extern void __exit_sighand(struct task_struct *); | ||
1155 | extern void exit_itimers(struct signal_struct *); | 1155 | extern void exit_itimers(struct signal_struct *); |
1156 | 1156 | ||
1157 | extern NORET_TYPE void do_group_exit(int); | 1157 | extern NORET_TYPE void do_group_exit(int); |