commit | 44734ed1ca0c2e66479cedbf773627a9b5a31364 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Fri Sep 28 16:04:19 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Tue Oct 09 09:15:42 2012 -0400 |
tree | 2f1c94e4410a9b620b25d3e24016c5d545a727c3 | |
parent | f0bd95ea72644cbf9210606f6f8edfce13d65d47 [diff] |
Btrfs: don't commit instead of overcommitting I don't think we have the same problem that this was supposed to fix originally since we can allocate chunks in the enospc path now. This code is causing us to constantly commit the transaction as we get close to using all of our available space in our currently allocated chunks, instead of allocating another chunk and carrying on with life, which is not nice for performance. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>