]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/befs/linuxvfs.c
[PATCH] Really ignore kmem_cache_destroy return value
[mirror_ubuntu-bionic-kernel.git] / fs / befs / linuxvfs.c
index 50cfca5c7efd570588d549a5f23f9f5650fd360d..f6676fbe9484252352cbb4058e66bfb7eaa49f67 100644 (file)
@@ -446,9 +446,7 @@ befs_init_inodecache(void)
 static void
 befs_destroy_inodecache(void)
 {
-       if (kmem_cache_destroy(befs_inode_cachep))
-               printk(KERN_ERR "befs_destroy_inodecache: "
-                      "not all structures were freed\n");
+       kmem_cache_destroy(befs_inode_cachep);
 }
 
 /*