jbd2: fix commit code to properly abort journal
authorJan Kara <jack@suse.cz>
Tue, 16 Oct 2007 22:38:25 +0000 (18:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 17 Oct 2007 22:49:58 +0000 (18:49 -0400)
commita7fa2baf8e2a6c0eb0a21f75e919c226179e8ff4
tree3e41a4b90821d95835986945f1191e0f226a56a5
parentcd02ff0b14b7e27cbdfd7ff2814b08199a2b7168
jbd2: fix commit code to properly abort journal

We should really call journal_abort() and not __journal_abort_hard() in
case of errors.  The latter call does not record the error in the journal
superblock and thus filesystem won't be marked as with errors later (and
user could happily mount it without any warning).

Signed-off-by: Jan Kara <jack@suse.cz>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jbd2/commit.c