commit | 7e5f6146609eb9134fac7d1b6bfee43df1732188 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun May 25 12:59:19 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 09 12:08:46 2008 -0400 |
tree | 46f5ea60fc86ebd39dbdb85e13c8cabd2da28ec0 | |
parent | efc91ed0191e3fc62bb1c556ac93fc4e661214d2 [diff] |
NFS: Revert commit 44dd151d Revert commit 44dd151d "NFS: Don't mark a written page as uptodate until it is on disk". While it is true that the write may fail, that is always the case. There is no reason why we should treat data on pages that are not already marked as PG_uptodate as being special. The only thing we gain is a noticeable slowdown when re-reading these pages. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>