diff options
Diffstat (limited to 'fs/efs')
-rw-r--r-- | fs/efs/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c index 7089269ee9ae..b3f50651eb6b 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.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(efs_inode_cachep)) | 93 | kmem_cache_destroy(efs_inode_cachep); |
94 | printk(KERN_INFO "efs_inode_cache: not all structures were freed\n"); | ||
95 | } | 94 | } |
96 | 95 | ||
97 | static void efs_put_super(struct super_block *s) | 96 | static void efs_put_super(struct super_block *s) |