Skip to content
Commit 83d93f22 authored by Jeff Layton's avatar Jeff Layton Committed by Trond Myklebust
Browse files

NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()



nfs_symlink() allocates a GFP_KERNEL page for the pagecache. Most
pagecache pages are allocated using GFP_HIGHUSER, and there's no reason
not to do that in nfs_symlink() as well.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
parent a0356862
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment