From: Chris Mason Date: Fri, 3 Oct 2008 16:24:01 +0000 (-0400) Subject: Btrfs: remove last_log_alloc allocator optimization X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c43e2444c16afe3b2130f40ad273541bf3dc36;p=pandora-kernel.git Btrfs: remove last_log_alloc allocator optimization The tree logging code was trying to separate tree log allocations from normal metadata allocations to improve writeback patterns during an fsync. But, the code was not effective and ended up just mixing tree log blocks with regular metadata. That seems to be working fairly well, so the last_log_alloc code can be removed. Signed-off-by: Chris Mason --- Reading git-diff-tree failed