NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()
authorJeff Layton <jlayton@redhat.com>
Thu, 7 Jun 2007 13:58:08 +0000 (09:58 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:25 +0000 (23:40 -0400)
commit83d93f2229348837bf988a1048f7f38789474471
treecd4c6fc06cea4f7f761ceac187671f9cb5348d20
parenta0356862bcbeb20acf64bc1a82d28a4c5bb957a7
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: Jeff Layton <jlayton@redhat.com>
fs/nfs/dir.c