From: Aneesh Kumar K.V Date: Tue, 6 Jan 2009 02:50:43 +0000 (-0500) Subject: ext4: Fix the delalloc writepages to allocate blocks at the right offset. X-Git-Tag: v2.6.29-rc1~40^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791b7f08954869d7b8ff438f3dac3cfb39778297;p=pandora-kernel.git ext4: Fix the delalloc writepages to allocate blocks at the right offset. 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" Cc: stable@kernel.org --- Reading git-diff-tree failed