aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dcache.c')
-rw-r--r--fs/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 313b54b2b8f2..b85fda360533 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -406,7 +406,7 @@ static void prune_dcache(int count, struct super_block *sb)
406 cond_resched_lock(&dcache_lock); 406 cond_resched_lock(&dcache_lock);
407 407
408 tmp = dentry_unused.prev; 408 tmp = dentry_unused.prev;
409 if (unlikely(sb)) { 409 if (sb) {
410 /* Try to find a dentry for this sb, but don't try 410 /* Try to find a dentry for this sb, but don't try
411 * too hard, if they aren't near the tail they will 411 * too hard, if they aren't near the tail they will
412 * be moved down again soon 412 * be moved down again soon