diff options
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r-- | fs/udf/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index fcce1a21a51b..5dd356cbbda6 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -156,8 +156,7 @@ static int init_inodecache(void) | |||
156 | 156 | ||
157 | static void destroy_inodecache(void) | 157 | static void destroy_inodecache(void) |
158 | { | 158 | { |
159 | if (kmem_cache_destroy(udf_inode_cachep)) | 159 | kmem_cache_destroy(udf_inode_cachep); |
160 | printk(KERN_INFO "udf_inode_cache: not all structures were freed\n"); | ||
161 | } | 160 | } |
162 | 161 | ||
163 | /* Superblock operations */ | 162 | /* Superblock operations */ |