commit | bcfd8d36151e531e1c6c731f1fbf792509a1c494 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Thu Aug 31 12:56:06 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:52:33 2006 +0200 |
tree | 6c8dec2cffc8310ecc09207aef9c2027a1c89003 | |
parent | 5e6d12b2c8be2cac099df6dcb8b26884f24d2621 [diff] |
[PATCH] CONFIG_BLOCK: blk_congestion_wait() fix Don't just do nothing: it'll cause busywaits all over writeback and page reclaim. For now, take a fixed-length nap. Will improve when NFS starts waking up throttled processes. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>