commit | 275a082fe9308e710324e26ccb5363c53d8fd45f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Aug 22 20:06:24 2006 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 22 23:24:54 2006 -0400 |
tree | e97df6e45f98ea2827f71dc749f8cd47f3f353cc | |
parent | 94a6d75320b3681e6e728b70e18bd186cb55e682 [diff] [blame] |
Add a real API for dealing with blk_congestion_wait() Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 453d446..38ba5c0 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c
@@ -396,6 +396,7 @@ out: clear_bit(BDI_write_congested, &bdi->state); wake_up_all(&nfs_write_congestion); + writeback_congestion_end(); return err; }