]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Ensure NFS writeback allocations don't recurse back into NFS.
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 18 Feb 2019 18:06:54 +0000 (13:06 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Feb 2019 20:14:20 +0000 (15:14 -0500)
commit0df828780df59ef6579e5bf1114fa630582b4ce2
tree220cd162e9c5f80a2481712c5f993cc0acdaa664
parent66af70d875add396bae8c7d629299147b91631eb
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>
fs/nfs/write.c