[PATCH] Really ignore kmem_cache_destroy return value
[linux-block.git] / fs / ext3 / super.c
index 09b4b313ca074bd93f19bebc7ac2c225e3e50862..8bfd56ef18ca56d9c584b250b77ab3aa1220a337 100644 (file)
@@ -491,8 +491,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(ext3_inode_cachep))
-               printk(KERN_INFO "ext3_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(ext3_inode_cachep);
 }
 
 static void ext3_clear_inode(struct inode *inode)