aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/qnx4/inode.c')
-rw-r--r--fs/qnx4/inode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c
index 8497609f5022..fddbd61c68d0 100644
--- a/fs/qnx4/inode.c
+++ b/fs/qnx4/inode.c
@@ -556,9 +556,7 @@ static int init_inodecache(void)
556 556
557static void destroy_inodecache(void) 557static void destroy_inodecache(void)
558{ 558{
559 if (kmem_cache_destroy(qnx4_inode_cachep)) 559 kmem_cache_destroy(qnx4_inode_cachep);
560 printk(KERN_INFO
561 "qnx4_inode_cache: not all structures were freed\n");
562} 560}
563 561
564static int qnx4_get_sb(struct file_system_type *fs_type, 562static int qnx4_get_sb(struct file_system_type *fs_type,