]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add error checking to calls to ext4_handle_dirty_metadata()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:46:59 +0000 (12:46 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:46:59 +0000 (12:46 -0500)
commitd88a7440d164443150607ae7037ce2179aabed23
tree34b2a745719ed18bd1f0c81cfad200b9d8b2e309
parentf7a8ceace090d5d509a1b5860908d751625a2c54
ext4: add error checking to calls to ext4_handle_dirty_metadata()

Call ext4_std_error() in various places when we can't bail out
cleanly, so the file system can be marked as in error.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c
fs/ext4/namei.c
fs/ext4/resize.c