aboutsummaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/backing-dev.c')
-rw-r--r--mm/backing-dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/backing-dev.c b/mm/backing-dev.c
index cc5d29d2da9b..926c76d56388 100644
--- a/mm/backing-dev.c
+++ b/mm/backing-dev.c
@@ -989,7 +989,7 @@ long wait_iff_congested(struct zone *zone, int sync, long timeout)
989 * here rather than calling cond_resched(). 989 * here rather than calling cond_resched().
990 */ 990 */
991 if (current->flags & PF_WQ_WORKER) 991 if (current->flags & PF_WQ_WORKER)
992 schedule_timeout(1); 992 schedule_timeout_uninterruptible(1);
993 else 993 else
994 cond_resched(); 994 cond_resched();
995 995