NFS: Minor read optimisation...
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 20 May 2007 17:05:05 +0000 (13:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:23 +0000 (23:40 -0400)
commitde05a0cc2a2ae16eb8d8dbf88fe728ace45beb9a
tree363a6afc01a935d9e34b3559235687f8fec4d512
parent44dd151d5c21234cc534c47d7382f5c28c3143cd
NFS: Minor read optimisation...

Since PG_uptodate may now end up getting set during the call to
nfs_wb_page(), we can avoid putting a read request on the wire in those
situations.

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