X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=fs%2Fisofs%2Finode.c;h=10e47897bac73fc035443b099526ac6dffa5b247;hp=ab15e9072151c08afc368feecdd7423dcb97d49a;hb=1a1d92c10dd24bbdc28b3d6e2d03ec199dd3a65b;hpb=f52720ca5f48574e347dff35ffe6b389ace61537 diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index ab15e90..10e4789 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c @@ -96,9 +96,7 @@ static int init_inodecache(void) static void destroy_inodecache(void) { - if (kmem_cache_destroy(isofs_inode_cachep)) - printk(KERN_INFO "iso_inode_cache: not all structures were " - "freed\n"); + kmem_cache_destroy(isofs_inode_cachep); } static int isofs_remount(struct super_block *sb, int *flags, char *data)