From: Aneesh Kumar K.V Date: Tue, 17 Feb 2009 15:58:31 +0000 (-0500) Subject: ext4: Use an rbtree for tracking blocks freed during transaction. X-Git-Tag: v2.6.27.19~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa85265e767b75ac643c347763c2d8e0a7e5e79b;p=pandora-kernel.git ext4: Use an rbtree for tracking blocks freed during transaction. (cherry picked from commit c894058d66637c7720569fbe12957f4de64d9991 to allow commit e21675d4 to be included in 2.6.27.y) With this patch we track the block freed during a transaction using red-black tree. We also make sure contiguous blocks freed are collected in one node in the tree. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Theodore Ts'o Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed