[PATCH] Really ignore kmem_cache_destroy return value
[deliverable/linux.git] / fs / minix / inode.c
index e24be7fc0651140447a0ae736d9451e8c0051a55..826b9d830650d0630dd4ffc11430cf01c83339d3 100644 (file)
@@ -90,8 +90,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(minix_inode_cachep))
-               printk(KERN_INFO "minix_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(minix_inode_cachep);
 }
 
 static struct super_operations minix_sops = {
This page took 0.023056 seconds and 5 git commands to generate.