From: Aneesh Kumar K.V Date: Wed, 30 Apr 2008 02:03:59 +0000 (-0400) Subject: ext4: Cache the correct extent length for uninit extents X-Git-Tag: v2.6.26-rc1~345^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161e7b7c1d24112d188df9a7b30d468a8d135b96;p=pandora-kernel.git ext4: Cache the correct extent length for uninit extents When we convert an uninitialized extent to an initialized extent we need to make sure we return the number of blocks in the extent from the file system block corresponding to logical file block. Otherwise we cache wrong extent details and this results in file system corruption. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed