diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/shmem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index 8631be45b40d..0a8e29cf87e0 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
@@ -2157,8 +2157,7 @@ static int init_inodecache(void) | |||
2157 | 2157 | ||
2158 | static void destroy_inodecache(void) | 2158 | static void destroy_inodecache(void) |
2159 | { | 2159 | { |
2160 | if (kmem_cache_destroy(shmem_inode_cachep)) | 2160 | kmem_cache_destroy(shmem_inode_cachep); |
2161 | printk(KERN_INFO "shmem_inode_cache: not all structures were freed\n"); | ||
2162 | } | 2161 | } |
2163 | 2162 | ||
2164 | static const struct address_space_operations shmem_aops = { | 2163 | static const struct address_space_operations shmem_aops = { |