diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/md.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 33beaa7da085..9aefc4a023df 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -4642,7 +4642,6 @@ static int md_thread(void * arg) | |||
4642 | * many dirty RAID5 blocks. | 4642 | * many dirty RAID5 blocks. |
4643 | */ | 4643 | */ |
4644 | 4644 | ||
4645 | current->flags |= PF_NOFREEZE; | ||
4646 | allow_signal(SIGKILL); | 4645 | allow_signal(SIGKILL); |
4647 | while (!kthread_should_stop()) { | 4646 | while (!kthread_should_stop()) { |
4648 | 4647 | ||