From: Aneesh Kumar K.V Date: Tue, 17 Feb 2009 15:58:23 +0000 (-0500) Subject: ext4: Fix the delalloc writepages to allocate blocks at the right offset. X-Git-Tag: v2.6.27.19~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc757c07fa5b4eab0e61f60b498cff66e619111;p=pandora-kernel.git ext4: Fix the delalloc writepages to allocate blocks at the right offset. (cherry picked from commit 791b7f08954869d7b8ff438f3dac3cfb39778297) When iterating through the pages which have mapped buffer_heads, we failed to update the b_state value. This results in allocating blocks at logical offset 0. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed