diff --git a/fs/mbcache.c b/fs/mbcache.c
index 46b23bb432fee31d599e61a31ba5528c4535ab24..49c5b25bfa8cb2f92a34fde352ee4541b4581c9c 100644
--- a/fs/mbcache.c
+++ b/fs/mbcache.c
@@ -270,9 +270,6 @@ static unsigned long mb_cache_count(struct shrinker *shrink,
 	struct mb_cache *cache = container_of(shrink, struct mb_cache,
 					      c_shrink);
 
-	/* Unlikely, but not impossible */
-	if (unlikely(cache->c_entry_count < 0))
-		return 0;
 	return cache->c_entry_count;
 }