commit | dba68306f3fae681b1005137f130f5bcfdfed34a | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Thu Aug 04 15:34:57 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:32 2011 -0400 |
tree | eb19fa46bc8f7130fd68393420255876cc8f73fb | |
parent | 7709cde33f12db71efb377fae4ae7aab6c94ebc6 [diff] |
Btrfs: kill the orphan space calculation for snapshots This patch kills off the calculation for the amount of space needed for the orphan operations during a snapshot. The thing is we only do snapshots on commit, so any space that is in the block_rsv->freed[] isn't going to be in the new snapshot anyway, so there isn't any reason to require that space to be reserved for the snapshot to occur. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>