From: Zheng Liu Date: Thu, 8 Nov 2012 20:18:54 +0000 (-0500) Subject: ext4: add data structures for the extent status tree X-Git-Tag: v3.8-rc1~89^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0677e6d0f9d991adff972b8d06cb83de1f8ee8e;p=pandora-kernel.git ext4: add data structures for the extent status tree This patch adds two structures that supports extent status tree, extent_status and ext4_es_tree. Currently extent_status is used to track a delay extent for an inode, which record the start block and the length of the delay extent. ext4_es_tree is used to store all extent_status for an inode in memory. Signed-off-by: Yongqiang Yang Signed-off-by: Allison Henderson Signed-off-by: Zheng Liu Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed