diff options
Diffstat (limited to 'init/main.c')
| -rw-r--r-- | init/main.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index b5cc0a7c470..3f151f6c6da 100644 --- a/init/main.c +++ b/init/main.c @@ -68,6 +68,7 @@  #include <linux/shmem_fs.h>  #include <linux/slab.h>  #include <linux/perf_event.h> +#include <linux/file.h>  #include <asm/io.h>  #include <asm/bugs.h> @@ -804,8 +805,8 @@ static noinline int init_post(void)  	system_state = SYSTEM_RUNNING;  	numa_default_policy(); -  	current->signal->flags |= SIGNAL_UNKILLABLE; +	flush_delayed_fput();  	if (ramdisk_execute_command) {  		run_init_process(ramdisk_execute_command);  |