diff options
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 3818d6ab76ca..f2584d22cb45 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -487,6 +487,7 @@ restart: | |||
487 | if (!cnt) | 487 | if (!cnt) |
488 | break; | 488 | break; |
489 | } | 489 | } |
490 | cond_resched_lock(&dcache_lock); | ||
490 | } | 491 | } |
491 | } | 492 | } |
492 | while (!list_empty(&tmp)) { | 493 | while (!list_empty(&tmp)) { |