diff options
Diffstat (limited to 'fs/minix')
-rw-r--r-- | fs/minix/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/minix/inode.c b/fs/minix/inode.c index e24be7fc0651..826b9d830650 100644 --- a/fs/minix/inode.c +++ b/fs/minix/inode.c | |||
@@ -90,8 +90,7 @@ static int init_inodecache(void) | |||
90 | 90 | ||
91 | static void destroy_inodecache(void) | 91 | static void destroy_inodecache(void) |
92 | { | 92 | { |
93 | if (kmem_cache_destroy(minix_inode_cachep)) | 93 | kmem_cache_destroy(minix_inode_cachep); |
94 | printk(KERN_INFO "minix_inode_cache: not all structures were freed\n"); | ||
95 | } | 94 | } |
96 | 95 | ||
97 | static struct super_operations minix_sops = { | 96 | static struct super_operations minix_sops = { |