Btrfs: Add BH_Defrag to mark buffers that are in need of defragging
authorChris Mason <chris.mason@oracle.com>
Fri, 10 Aug 2007 18:42:37 +0000 (14:42 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Fri, 10 Aug 2007 18:42:37 +0000 (14:42 -0400)
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 <chris.mason@oracle.com>

No differences found