From: Dmitry Monakhov Date: Thu, 13 Jun 2013 02:38:04 +0000 (-0400) Subject: ext4: Fix fsync error handling after filesystem abort X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~83^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4418e14112e3ca85e8492a4489a3552b0cc526a8;p=pandora-kernel.git ext4: Fix fsync error handling after filesystem abort 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 Signed-off-by: Dmitry Monakhov Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed