]> err.no Git - linux-2.6/blobdiff - fs/dcache.c
powerpc: Add base support for the Freescale MPC8349E-mITX eval board
[linux-2.6] / fs / dcache.c
index 313b54b2b8f2cb0f074fd122f7b929f67b60cee8..b85fda360533a217fd0ee5e45e892e9c6995db35 100644 (file)
@@ -406,7 +406,7 @@ static void prune_dcache(int count, struct super_block *sb)
                cond_resched_lock(&dcache_lock);
 
                tmp = dentry_unused.prev;
-               if (unlikely(sb)) {
+               if (sb) {
                        /* Try to find a dentry for this sb, but don't try
                         * too hard, if they aren't near the tail they will
                         * be moved down again soon