commit | b64a2851ba25b3410a87d3d1b751155612105c8e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Aug 20 13:39:41 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:06 2008 -0400 |
tree | 5bad12d67cfdd6657acbe1091dd1c196e5e17818 | |
parent | 4d1b5fb4d7075f862848dbff8873e22382abd482 [diff] |
Btrfs: Wait for async bio submissions to make some progress at queue time Before, the btrfs bdi congestion function was used to test for too many async bios. This keeps that check to throttle pdflush, but also adds a check while queuing bios. Signed-off-by: Chris Mason <chris.mason@oracle.com>