]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sunrpc/cache.c
Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
[karo-tx-linux.git] / net / sunrpc / cache.c
index d6eee291a0e2bbe2b26e98283a346611e568b172..39bddba53ba10cdd15057ffc29bfa2cc385eecce 100644 (file)
@@ -401,9 +401,8 @@ static int cache_clean(void)
                for (; ch; cp= & ch->next, ch= *cp) {
                        if (current_detail->nextcheck > ch->expiry_time)
                                current_detail->nextcheck = ch->expiry_time+1;
-                       if (ch->expiry_time >= get_seconds()
-                           && ch->last_refresh >= current_detail->flush_time
-                               )
+                       if (ch->expiry_time >= get_seconds() &&
+                           ch->last_refresh >= current_detail->flush_time)
                                continue;
                        if (test_and_clear_bit(CACHE_PENDING, &ch->flags))
                                cache_dequeue(current_detail, ch);