commit | 37d1aeee3990385e9bb436c50c2f7e120a668df6 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Jul 31 10:48:37 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 6fc0e7beba7161e0400e743b31030b8cbbe29885 | |
parent | 47ac14fa0f5306c6b97203f4f086bf1fa21dfddb [diff] |
Btrfs: Throttle tuning This avoids waiting for transactions with pages locked by breaking out the code to wait for the current transaction to close into a function called by btrfs_throttle. It also lowers the limits for where we start throttling. Signed-off-by: Chris Mason <chris.mason@oracle.com>