Files
linux/fs/ext3
Jan Kara d23b7b625c ext3: Fix fs corruption when make_indexed_dir() fails
commit 86c4f6d855 upstream.

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 <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-23 15:24:01 -07:00
..
2007-10-17 08:42:47 -07:00
2009-04-02 19:04:52 -07:00
2008-04-28 08:58:44 -07:00