From: Josef Bacik Date: Thu, 4 Aug 2011 19:34:57 +0000 (-0400) Subject: Btrfs: kill the orphan space calculation for snapshots X-Git-Tag: v3.2-rc1~21^2~24^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba68306f3fae681b1005137f130f5bcfdfed34a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed