|
@@ -166,7 +166,7 @@ struct inode *inode_init_always(struct super_block *sb, struct inode *inode)
|
|
|
mapping->a_ops = &empty_aops;
|
|
|
mapping->host = inode;
|
|
|
mapping->flags = 0;
|
|
|
- mapping_set_gfp_mask(mapping, GFP_HIGHUSER_PAGECACHE);
|
|
|
+ mapping_set_gfp_mask(mapping, GFP_HIGHUSER_MOVABLE);
|
|
|
mapping->assoc_mapping = NULL;
|
|
|
mapping->backing_dev_info = &default_backing_dev_info;
|
|
|
mapping->writeback_index = 0;
|
|
@@ -601,7 +601,7 @@ EXPORT_SYMBOL_GPL(inode_add_to_lists);
|
|
|
* @sb: superblock
|
|
|
*
|
|
|
* Allocates a new inode for given superblock. The default gfp_mask
|
|
|
- * for allocations related to inode->i_mapping is GFP_HIGHUSER_PAGECACHE.
|
|
|
+ * for allocations related to inode->i_mapping is GFP_HIGHUSER_MOVABLE.
|
|
|
* If HIGHMEM pages are unsuitable or it is known that pages allocated
|
|
|
* for the page cache are not reclaimable or migratable,
|
|
|
* mapping_set_gfp_mask() must be called with suitable flags on the
|