-
由 Jeff Layton 提交于
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: NJeff Layton <jlayton@redhat.com>
83d93f22