Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release
[sfrench/cifs-2.6.git] / mm / backing-dev.c
index 67a33a5a1a93846bda0ce57ee37fe8d39486f60a..0e8ca0347707b62d9cfb35a3fb353f2bf6f79e6a 100644 (file)
@@ -609,7 +609,7 @@ static void bdi_wb_shutdown(struct backing_dev_info *bdi)
         * it would never exet if it is currently stuck in the refrigerator.
         */
        list_for_each_entry(wb, &bdi->wb_list, list) {
-               wb->task->flags &= ~PF_FROZEN;
+               thaw_process(wb->task);
                kthread_stop(wb->task);
        }
 }