diff options
Diffstat (limited to 'fs/ncpfs')
-rw-r--r-- | fs/ncpfs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index 752f02e43ab0..8244710e97dd 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c | |||
@@ -81,8 +81,7 @@ static int init_inodecache(void) | |||
81 | 81 | ||
82 | static void destroy_inodecache(void) | 82 | static void destroy_inodecache(void) |
83 | { | 83 | { |
84 | if (kmem_cache_destroy(ncp_inode_cachep)) | 84 | kmem_cache_destroy(ncp_inode_cachep); |
85 | printk(KERN_INFO "ncp_inode_cache: not all structures were freed\n"); | ||
86 | } | 85 | } |
87 | 86 | ||
88 | static int ncp_remount(struct super_block *sb, int *flags, char* data) | 87 | static int ncp_remount(struct super_block *sb, int *flags, char* data) |