From: Josef Bacik Date: Fri, 28 Sep 2012 15:56:28 +0000 (-0400) Subject: Btrfs: be smarter about dropping things from the tree log X-Git-Tag: v3.7-rc1~71^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ec90d63f43cf785f6e73e7a7db546bff3fa380;p=pandora-kernel.git Btrfs: be smarter about dropping things from the tree log When we truncate existing items in the tree log we've been searching for each individual item and removing them. This is unnecessary churn and searching, just keep track of the slot we are on and how many items we need to delete and delete them all at once. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed