[PATCH] Really ignore kmem_cache_destroy return value
[linux-2.6-block.git] / fs / qnx4 / inode.c
index 8497609f50221834986cce0b6799bec35fdca6f9..fddbd61c68d0a4155de1d50281adedf22a497c44 100644 (file)
@@ -556,9 +556,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(qnx4_inode_cachep))
-               printk(KERN_INFO
-                      "qnx4_inode_cache: not all structures were freed\n");
+       kmem_cache_destroy(qnx4_inode_cachep);
 }
 
 static int qnx4_get_sb(struct file_system_type *fs_type,