diff options
Diffstat (limited to 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index ce5f758f40bd..0ed15fed579f 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -424,7 +424,7 @@ void daemonize(const char *name, ...) | |||
424 | */ | 424 | */ |
425 | exit_mm(current); | 425 | exit_mm(current); |
426 | /* | 426 | /* |
427 | * We don't want to have TIF_FREEZE set if the system-wide hibernation | 427 | * We don't want to get frozen, in case system-wide hibernation |
428 | * or suspend transition begins right now. | 428 | * or suspend transition begins right now. |
429 | */ | 429 | */ |
430 | current->flags |= (PF_NOFREEZE | PF_KTHREAD); | 430 | current->flags |= (PF_NOFREEZE | PF_KTHREAD); |