From: Aneesh Kumar K.V Date: Wed, 20 Aug 2008 02:16:43 +0000 (-0400) Subject: ext4: Handle unwritten extent properly with delayed allocation X-Git-Tag: v2.6.27-rc5~46^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf068ee266f9dbaa6dacb8433a366bb399e7ae5b;p=pandora-kernel.git ext4: Handle unwritten extent properly with delayed allocation When using fallocate the buffer_heads are marked unwritten and unmapped. We need to map them in the writepages after a get_block. Otherwise we split the uninit extents, but never write the content to disk. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed