From b36124210248706186a02093427bdff4b3f548e8 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 13 May 2009 19:12:15 -0400 Subject: [PATCH] Btrfs: stop avoiding balancing at the end of the transaction. When the delayed reference code was added, some checks were added to avoid extra balancing while the delayed references were being flushed. This made for less efficient btrees, but it reduced the chances of loops where no forward progress was made because the balances made more delayed ref updates. With the new dead root removal code and the mixed back references, the extent allocation tree is no longer using precise back refs, and the delayed reference updates don't carry the risk of looping forever anymore. So, the balance avoidance is no longer required. Signed-off-by: Chris Mason --- Reading git-format-patch failed