From: Aneesh Kumar K.V Date: Fri, 22 Feb 2008 11:17:31 +0000 (-0500) Subject: ext4: Get journal write access before modifying the extent tree X-Git-Tag: v2.6.25-rc4~155^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df5643ad135c7f8c02d3b69020de4ec910f9fc0;p=pandora-kernel.git ext4: Get journal write access before modifying the extent tree When the user was writing into an unitialized extent, ext4_ext_convert_to_initialize() was not requesting journal write access before it started to modify the extent tree. Fix this oversight. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed