commit | a301b777714087ea1d63dbec0173a13d416cd7a9 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Feb 06 11:07:15 2007 -0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 12 22:40:38 2007 -0800 |
tree | ccf5e747d0411c7af15279c66389ad4e1155ef04 | |
parent | b0c4fddca2bc3967381b728732a8850de35e1b20 [diff] |
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>