Merge tag 'mvebu-defconfig-4.6-1' of git://git.infradead.org/linux-mvebu into next...
[deliverable/linux.git] / mm / backing-dev.c
index cc5d29d2da9b4b36be3fde383267ff10c59e1422..926c76d56388d12ea723b68add1e5b7ab6613842 100644 (file)
@@ -989,7 +989,7 @@ long wait_iff_congested(struct zone *zone, int sync, long timeout)
                 * here rather than calling cond_resched().
                 */
                if (current->flags & PF_WQ_WORKER)
-                       schedule_timeout(1);
+                       schedule_timeout_uninterruptible(1);
                else
                        cond_resched();
 
This page took 0.025705 seconds and 5 git commands to generate.