]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Don't use ClearPageUptodate() when writeback fails
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 6 Feb 2007 19:07:15 +0000 (11:07 -0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 13 Feb 2007 06:40:38 +0000 (22:40 -0800)
commit73701bbc70c77cbc14583f4a2194d6530c8ccec3
treeccf5e747d0411c7af15279c66389ad4e1155ef04
parent756db98e41f7b6729b6227be246272b590b188b1
NFS: Don't use ClearPageUptodate() when writeback fails

ClearPageUptodate() will just cause races here. What we really want to do
is to invalidate the page cache.

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