commit | 2785259631697ebb0749a3782cca206e2e542939 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Mon Feb 04 23:48:37 2008 -0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Feb 13 23:24:09 2008 -0500 |
tree | 607c61275106a281db0522e0f9b7bed12655c17b | |
parent | 8d042218b075de3cdbe066198515b3521553746e [diff] |
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 <npiggin@suse.de> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Cc: "J. Bruce Fields" <bfields@fieldses.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>