commit | 3bce876fd58a745b8a1bc0bd8325c3e5b4cebeb0 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Tue Feb 24 12:35:51 2015 -0800 |
committer | Chris Mason <clm@fb.com> | Fri Apr 10 14:06:59 2015 -0700 |
tree | f60e08b4079cf48b1e506133977f7cd3f638a3b3 | |
parent | 365c5313776730acf433d54226f0216a1d075e9a [diff] |
Btrfs: don't steal from the global reserve if we don't have the space btrfs_evict_inode() needs to be more careful about stealing from the global_rsv. We dont' want to end up aborting commit with ENOSPC just because the evict_inode code was too greedy. Signed-off-by: Chris Mason <clm@fb.com>