diff options
Diffstat (limited to 'fs/adfs/super.c')
-rw-r--r-- | fs/adfs/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/adfs/super.c b/fs/adfs/super.c index 959dbf1f8e63..9ade139086fc 100644 --- a/fs/adfs/super.c +++ b/fs/adfs/super.c | |||
@@ -251,8 +251,7 @@ static int init_inodecache(void) | |||
251 | 251 | ||
252 | static void destroy_inodecache(void) | 252 | static void destroy_inodecache(void) |
253 | { | 253 | { |
254 | if (kmem_cache_destroy(adfs_inode_cachep)) | 254 | kmem_cache_destroy(adfs_inode_cachep); |
255 | printk(KERN_INFO "adfs_inode_cache: not all structures were freed\n"); | ||
256 | } | 255 | } |
257 | 256 | ||
258 | static struct super_operations adfs_sops = { | 257 | static struct super_operations adfs_sops = { |