From: Jan Kara Date: Thu, 30 Oct 2014 14:53:17 +0000 (-0400) Subject: ext4: bail early when clearing inode journal flag fails X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f879ca687a5f2473b952937ce92c795a39019b4;p=pandora-kernel.git ext4: bail early when clearing inode journal flag fails When clearing inode journal flag, we call jbd2_journal_flush() to force all the journalled data to their final locations. Currently we ignore when this fails and continue clearing inode journal flag. This isn't a big problem because when jbd2_journal_flush() fails, journal is likely aborted anyway. But it can still lead to somewhat confusing results so rather bail out early. Coverity-id: 989044 Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed