ext4: Fix fsync error handling after filesystem abort
authorDmitry Monakhov <dmonakhov@openvz.org>
Thu, 13 Jun 2013 02:38:04 +0000 (22:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Jun 2013 02:38:04 +0000 (22:38 -0400)
If filesystem was aborted after inode's write back is complete
but before its metadata was updated we may return success
results in data loss.
In order to handle fs abort correctly we have to check
fs state once we discover that it is in MS_RDONLY state

Test case: http://patchwork.ozlabs.org/patch/244297

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/fsync.c
fs/ext4/super.c

diff --cc fs/ext4/fsync.c
Simple merge
diff --cc fs/ext4/super.c
Simple merge