]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Refactor nfs_page_find_head_request()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 1 Aug 2017 16:26:53 +0000 (12:26 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 15 Aug 2017 15:54:47 +0000 (11:54 -0400)
commit0fca94b3484b371302c26a022116a0a04b47889a
treed9545ae599d39524d44bc4323f6526df01789d59
parenteeebcc356f3e755bae14373ed80c3f895def195b
NFS: Refactor nfs_page_find_head_request()

Split out the 2 cases so that we can treat the locking differently.
The issue is that the locking in the pageswapcache cache is highly
linked to the commit list locking.

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