Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151
b: refs/heads/master
c: 6c46ada
h: refs/heads/master
i:
  149: db8cc4a
  147: a9bf763
  143: 436152c
v: v3
  • Loading branch information
Coywolf Qi Hunt authored and Linus Torvalds committed Apr 16, 2005
1 parent b6e7515 commit bb85082
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f4cfacecd522849dac254f87273525eeca33d1d
refs/heads/master: 6c46ada700568897165409e618ed584683838b49
1 change: 0 additions & 1 deletion trunk/arch/i386/mach-voyager/voyager_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ thread(void *unused)

kvoyagerd_running = 1;

reparent_to_init();
daemonize(THREAD_NAME);

set_timeout = 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,6 @@ extern void exit_itimers(struct signal_struct *);

extern NORET_TYPE void do_group_exit(int);

extern void reparent_to_init(void);
extern void daemonize(const char *, ...);
extern int allow_signal(int);
extern int disallow_signal(int);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static inline int has_stopped_jobs(int pgrp)
*
* NOTE that reparent_to_init() gives the caller full capabilities.
*/
void reparent_to_init(void)
static inline void reparent_to_init(void)
{
write_lock_irq(&tasklist_lock);

Expand Down

0 comments on commit bb85082

Please sign in to comment.