]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Switch to using mapping->private_lock for page writeback lookups.
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 1 Aug 2017 16:34:44 +0000 (12:34 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 15 Aug 2017 15:54:48 +0000 (11:54 -0400)
commit65d7a6d721ef5d4cdeb9f5b78aec554c38570b50
treeb99c777b2cce0719c09fc376413df404371c1c22
parente5d95a709ca637cc001f05e7810873e91d3b1ae5
NFS: Switch to using mapping->private_lock for page writeback lookups.

Switch from using the inode->i_lock for this to avoid contention with
other metadata manipulation.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/write.c