diff options
Diffstat (limited to 'mm/shmem.c')
-rw-r--r-- | mm/shmem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index 8631be45b40d..eda907c3a86a 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
@@ -1351,7 +1351,6 @@ shmem_get_inode(struct super_block *sb, int mode, dev_t dev) | |||
1351 | inode->i_mode = mode; | 1351 | inode->i_mode = mode; |
1352 | inode->i_uid = current->fsuid; | 1352 | inode->i_uid = current->fsuid; |
1353 | inode->i_gid = current->fsgid; | 1353 | inode->i_gid = current->fsgid; |
1354 | inode->i_blksize = PAGE_CACHE_SIZE; | ||
1355 | inode->i_blocks = 0; | 1354 | inode->i_blocks = 0; |
1356 | inode->i_mapping->a_ops = &shmem_aops; | 1355 | inode->i_mapping->a_ops = &shmem_aops; |
1357 | inode->i_mapping->backing_dev_info = &shmem_backing_dev_info; | 1356 | inode->i_mapping->backing_dev_info = &shmem_backing_dev_info; |
@@ -2157,8 +2156,7 @@ static int init_inodecache(void) | |||
2157 | 2156 | ||
2158 | static void destroy_inodecache(void) | 2157 | static void destroy_inodecache(void) |
2159 | { | 2158 | { |
2160 | if (kmem_cache_destroy(shmem_inode_cachep)) | 2159 | kmem_cache_destroy(shmem_inode_cachep); |
2161 | printk(KERN_INFO "shmem_inode_cache: not all structures were freed\n"); | ||
2162 | } | 2160 | } |
2163 | 2161 | ||
2164 | static const struct address_space_operations shmem_aops = { | 2162 | static const struct address_space_operations shmem_aops = { |