diff options
Diffstat (limited to 'fs/nfs/file.c')
| -rw-r--r-- | fs/nfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c index d319b49f8f06..90f292b520d2 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c | |||
| @@ -354,7 +354,7 @@ static int nfs_write_begin(struct file *file, struct address_space *mapping, | |||
| 354 | file->f_path.dentry->d_name.name, | 354 | file->f_path.dentry->d_name.name, |
| 355 | mapping->host->i_ino, len, (long long) pos); | 355 | mapping->host->i_ino, len, (long long) pos); |
| 356 | 356 | ||
| 357 | page = __grab_cache_page(mapping, index); | 357 | page = grab_cache_page_write_begin(mapping, index, flags); |
| 358 | if (!page) | 358 | if (!page) |
| 359 | return -ENOMEM; | 359 | return -ENOMEM; |
| 360 | *pagep = page; | 360 | *pagep = page; |
