aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index c02a7962e69d..0f41678fd7ee 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -1534,7 +1534,7 @@ static int nfs_symlink(struct inode *dir, struct dentry *dentry, const char *sym
1534 1534
1535 lock_kernel(); 1535 lock_kernel();
1536 1536
1537 page = alloc_page(GFP_KERNEL); 1537 page = alloc_page(GFP_HIGHUSER);
1538 if (!page) { 1538 if (!page) {
1539 unlock_kernel(); 1539 unlock_kernel();
1540 return -ENOMEM; 1540 return -ENOMEM;