]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Don't unlock writebacks before declaring PG_WB_END
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 18 Jul 2017 23:18:49 +0000 (19:18 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 15 Aug 2017 15:54:46 +0000 (11:54 -0400)
commitd68612091b38e9c0feaf5bc86c1b1553514224d0
tree5640b7fef7e57e8dc9faaadd61a9ec4fc41bfb5a
parentc810676e103984ec918850a89d5f6882b47f113c
NFS: Don't unlock writebacks before declaring PG_WB_END

We don't want nfs_lock_and_join_requests() to start fiddling with
the request before the call to nfs_page_group_sync_on_bit().

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