NFS: Revert commit 44dd151d
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 25 May 2008 16:59:19 +0000 (12:59 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:08:46 +0000 (12:08 -0400)
commit7e5f6146609eb9134fac7d1b6bfee43df1732188
tree46f5ea60fc86ebd39dbdb85e13c8cabd2da28ec0
parentefc91ed0191e3fc62bb1c556ac93fc4e661214d2
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>
fs/nfs/write.c