From: Jeff Layton Date: Thu, 7 Jun 2007 13:58:08 +0000 (-0400) Subject: NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink() X-Git-Tag: v2.6.23-rc1~1073^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d93f2229348837bf988a1048f7f38789474471;p=pandora-kernel.git 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 --- Reading git-diff-tree failed