From: Curt Wohlgemuth Date: Sun, 16 May 2010 20:00:00 +0000 (-0400) Subject: ext4: Fix for ext4_mb_collect_stats() X-Git-Tag: v2.6.35-rc1~39^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291dae472a8976ff461f24c848fee2a03f9ea3c8;p=pandora-kernel.git ext4: Fix for ext4_mb_collect_stats() Fix ext4_mb_collect_stats() to use the correct test for s_bal_success; it should be testing "best-extent.fe_len >= orig-extent.fe_len" , not "orig-extent.fe_len >= goal-extent.fe_len" . Signed-off-by: Curt Wohlgemuth Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed