commit | 875bc3fbf2724134234ddb3069c8e9862b0b19b3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Feb 18 13:06:54 2019 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Feb 20 15:14:20 2019 -0500 |
tree | 220cd162e9c5f80a2481712c5f993cc0acdaa664 | |
parent | df3accb849607a86278a37c35e6b313635ccc48b [diff] |
NFS: Ensure NFS writeback allocations don't recurse back into NFS. All the allocations that we can hit in the NFS layer and sunrpc layers themselves are already marked as GFP_NOFS, but we need to ensure that any calls to generic kernel functionality do the right thing as well. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>