From: Yan Zheng Date: Mon, 28 Jul 2008 19:32:19 +0000 (-0400) Subject: Btrfs: Add a leaf reference cache X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31153d81284934601d08110ac7698fd9a535e4c0;p=pandora-kernel.git Btrfs: Add a leaf reference cache Much of the IO done while dropping snapshots is done looking up leaves in the filesystem trees to see if they point to any extents and to drop the references on any extents found. This creates a cache so that IO isn't required. Signed-off-by: Chris Mason --- Reading git-diff-tree failed