From: Chris Mason Date: Fri, 10 Aug 2007 18:42:37 +0000 (-0400) Subject: Btrfs: Add BH_Defrag to mark buffers that are in need of defragging X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~515 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2183bde1a918d338337955c8e8ba29bd8f5e7b1;p=pandora-kernel.git Btrfs: Add BH_Defrag to mark buffers that are in need of defragging This allows the tree walking code to defrag only the newly allocated buffers, it seems to be a good balance between perfect defragging and the performance hit of repeatedly reallocating blocks. Signed-off-by: Chris Mason --- Reading git-diff-tree failed