commit | 9a82ca659d8bfd99afc0e89bbde2202322df5755 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Oct 05 16:35:28 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:53 2011 -0400 |
tree | 965b34fb6e1133d3a198954aa1d97ede017f993a | |
parent | 549b4fdb8f3c0708bbc0ee12ff955cd206c0f60c [diff] |
Btrfs: take overflow into account in reserving space My overcommit stuff can be a little racy when we're filling up the disk with fs_mark and we overcommit into things that quickly get used up for data. So use num_bytes to see if we have enough available space so we're less likely to overcommit ourselves out of the ability to make reservations. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>