]> 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)
commit46e3063a8960bd1ef9531a1d69bb8aa9662e668f
treed9545ae599d39524d44bc4323f6526df01789d59
parent0bf9255a98259451f32aa685cd6024836826c110
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