]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3040f0d632da7658d5fb8f4ddb0fbd348f9e4189
tree3e41a4b90821d95835986945f1191e0f226a56a5
parent8052427985894fe5dc910094d4937983549415d7
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