[PATCH] Really ignore kmem_cache_destroy return value
[linux-block.git] / fs / ncpfs / inode.c
index 752f02e43ab0e4e75d2cda53070d80ab156be32a..8244710e97ddafff6644861f0bead0c07c02bf55 100644 (file)
@@ -81,8 +81,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(ncp_inode_cachep))
-               printk(KERN_INFO "ncp_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(ncp_inode_cachep);
 }
 
 static int ncp_remount(struct super_block *sb, int *flags, char* data)