aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 6dd4ebe1dd90..39d35935b371 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -220,7 +220,7 @@ static inline int has_stopped_jobs(int pgrp)
220 * 220 *
221 * NOTE that reparent_to_init() gives the caller full capabilities. 221 * NOTE that reparent_to_init() gives the caller full capabilities.
222 */ 222 */
223void reparent_to_init(void) 223static inline void reparent_to_init(void)
224{ 224{
225 write_lock_irq(&tasklist_lock); 225 write_lock_irq(&tasklist_lock);
226 226