Freezer: make kernel threads nonfreezable by default
[deliverable/linux.git] / drivers / md / md.c
index 33beaa7da085cb487ed3ab47710dec048488df6b..9aefc4a023df810a79e7f934b5d2023b71cbad74 100644 (file)
@@ -4642,7 +4642,6 @@ static int md_thread(void * arg)
         * many dirty RAID5 blocks.
         */
 
-       current->flags |= PF_NOFREEZE;
        allow_signal(SIGKILL);
        while (!kthread_should_stop()) {
 
This page took 0.0266 seconds and 5 git commands to generate.