[PATCH] Really ignore kmem_cache_destroy return value
[linux-2.6-block.git] / fs / smbfs / inode.c
index a1ed657c3c84323037f526cc341bb63fd44336cf..92cf60aa61215bc3dbe11d6ddb8199acff7727a1 100644 (file)
@@ -89,8 +89,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(smb_inode_cachep))
-               printk(KERN_INFO "smb_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(smb_inode_cachep);
 }
 
 static int smb_remount(struct super_block *sb, int *flags, char *data)