]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix a race with the new commit code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:07:08 +0000 (19:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:08:17 +0000 (19:08 -0400)
commitac4ca0630692a0da254fe94916dc96224088e106
tree82c41752da42726ad1d7ed27203acbf06892dbaa
parentd202a3d3cdb9b326df0300e504fbedbd67065b15
NFS: Fix a race with the new commit code

This patch fixes a race which occurs due to the fact that we release the
PG_writeback flag while still holding the nfs_page locked.

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