diff options
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/meta_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index cad44fd70d67..42dfd32059bc 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c | |||
@@ -75,7 +75,7 @@ struct inode *gfs2_aspace_get(struct gfs2_sbd *sdp) | |||
75 | 75 | ||
76 | aspace = new_inode(sdp->sd_vfs); | 76 | aspace = new_inode(sdp->sd_vfs); |
77 | if (aspace) { | 77 | if (aspace) { |
78 | mapping_set_gfp_mask(aspace->i_mapping, GFP_KERNEL); | 78 | mapping_set_gfp_mask(aspace->i_mapping, GFP_NOFS); |
79 | aspace->i_mapping->a_ops = &aspace_aops; | 79 | aspace->i_mapping->a_ops = &aspace_aops; |
80 | aspace->i_size = ~0ULL; | 80 | aspace->i_size = ~0ULL; |
81 | aspace->u.generic_ip = NULL; | 81 | aspace->u.generic_ip = NULL; |