From: Jan Kara Date: Tue, 3 May 2011 15:05:55 +0000 (-0400) Subject: ext4: Fix fs corruption when make_indexed_dir() fails X-Git-Tag: v3.0-rc1~140^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad8e4e6ae2a7c95445ee1715b1714106fb95037;p=pandora-kernel.git ext4: Fix fs corruption when make_indexed_dir() fails When make_indexed_dir() fails (e.g. because of ENOSPC) after it has allocated block for index tree root, we did not properly mark all changed buffers dirty. This lead to only some of these buffers being written out and thus effectively corrupting the directory. Fix the issue by marking all changed data dirty even in the error failure case. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed