From: Chris Mason Date: Wed, 25 Jun 2008 20:01:31 +0000 (-0400) Subject: Btrfs: Online btree defragmentation fixes X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f157a2fd2ad731e1ed9964fecdc5f459f04a4a4;p=pandora-kernel.git Btrfs: Online btree defragmentation fixes The btree defragger wasn't making forward progress because the new key wasn't being saved by the btrfs_search_forward function. This also disables the automatic btree defrag, it wasn't scaling well to huge filesystems. The auto-defrag needs to be done differently. Signed-off-by: Chris Mason --- Reading git-diff-tree failed