]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Don't wait for congestion in nfs_update_request()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Apr 2007 17:12:46 +0000 (13:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 1 May 2007 05:17:03 +0000 (22:17 -0700)
commit91e59c368c6ba5eed0369a085c42c9f270b97aa8
tree172975fb2d21695e1d4d9b4146ac033bcfee872b
parent1a0ba9ae485c5fd17d0bff2f14d9dd75b8985593
NFS: Don't wait for congestion in nfs_update_request()

It is redundant, and will interfere with the call to
balance_dirty_pages_ratelimited_nr in generic_file_write().

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