From: Nick Piggin Date: Tue, 5 Feb 2008 07:48:37 +0000 (-0800) Subject: nfs: use GFP_NOFS preloads for radix-tree insertion X-Git-Tag: v2.6.26-rc1~1082^2^2~65^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2785259631697ebb0749a3782cca206e2e542939;p=pandora-kernel.git nfs: use GFP_NOFS preloads for radix-tree insertion NFS should use GFP_NOFS mode radix tree preloads rather than GFP_ATOMIC allocations at radix-tree insertion-time. This is important to reduce the atomic memory requirement. Signed-off-by: Nick Piggin Cc: Trond Myklebust Cc: "J. Bruce Fields" Signed-off-by: Andrew Morton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed