]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Fix fs corruption when make_indexed_dir() fails
authorJan Kara <jack@suse.cz>
Tue, 3 May 2011 15:05:55 +0000 (11:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 May 2011 15:05:55 +0000 (11:05 -0400)
commit58de2b18cbfc3d361a285ed408a3e21cb782a744
treef3cb6f1d364e2a1f9036216edfcbdcb94e4d489f
parent8ef7787a7ecf19ee21d4fb6ba1ad1a72ae37863c
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 <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c