diff options
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index a45b21b03915..4856c66640bf 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -681,7 +681,7 @@ static int gfs2_adjust_quota(struct gfs2_inode *ip, loff_t loc, | |||
681 | ptr = qp; | 681 | ptr = qp; |
682 | nbytes = sizeof(struct gfs2_quota); | 682 | nbytes = sizeof(struct gfs2_quota); |
683 | get_a_page: | 683 | get_a_page: |
684 | page = grab_cache_page(mapping, index); | 684 | page = find_or_create_page(mapping, index, GFP_NOFS); |
685 | if (!page) | 685 | if (!page) |
686 | return -ENOMEM; | 686 | return -ENOMEM; |
687 | 687 | ||