[PATCH] Really ignore kmem_cache_destroy return value
[linux-2.6-block.git] / fs / ufs / super.c
index ef910e7840341b132591cacdb1a0d6b3d62359ee..ec79e3091d1bc7f647905edc7c410c94dcb10a3a 100644 (file)
@@ -1244,8 +1244,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(ufs_inode_cachep))
-               printk(KERN_INFO "ufs_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(ufs_inode_cachep);
 }
 
 #ifdef CONFIG_QUOTA