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)
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>

No differences found