diff options
Diffstat (limited to 'fs/fat/inode.c')
-rw-r--r-- | fs/fat/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index bc4da3a48c8c..d30151190434 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c | |||
@@ -528,8 +528,7 @@ static int __init fat_init_inodecache(void) | |||
528 | 528 | ||
529 | static void __exit fat_destroy_inodecache(void) | 529 | static void __exit fat_destroy_inodecache(void) |
530 | { | 530 | { |
531 | if (kmem_cache_destroy(fat_inode_cachep)) | 531 | kmem_cache_destroy(fat_inode_cachep); |
532 | printk(KERN_INFO "fat_inode_cache: not all structures were freed\n"); | ||
533 | } | 532 | } |
534 | 533 | ||
535 | static int fat_remount(struct super_block *sb, int *flags, char *data) | 534 | static int fat_remount(struct super_block *sb, int *flags, char *data) |