]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/isofs/inode.c
[PATCH] Really ignore kmem_cache_destroy return value
[mirror_ubuntu-bionic-kernel.git] / fs / isofs / inode.c
index ab15e9072151c08afc368feecdd7423dcb97d49a..10e47897bac73fc035443b099526ac6dffa5b247 100644 (file)
@@ -96,9 +96,7 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(isofs_inode_cachep))
-               printk(KERN_INFO "iso_inode_cache: not all structures were "
-                                       "freed\n");
+       kmem_cache_destroy(isofs_inode_cachep);
 }
 
 static int isofs_remount(struct super_block *sb, int *flags, char *data)