kernel-ark/fs/jbd
Jan Kara 7a266e75cf jbd: 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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-19 11:53:35 -07:00
..
checkpoint.c fix file specification in comments 2007-05-09 08:58:16 +02:00
commit.c jbd: fix commit code to properly abort journal 2007-10-19 11:53:35 -07:00
journal.c jbd: config_jbd_debug cannot create /proc entry 2007-10-19 11:53:35 -07:00
Makefile
recovery.c fix file specification in comments 2007-05-09 08:58:16 +02:00
revoke.c Group short-lived and reclaimable kernel allocations 2007-10-16 09:43:00 -07:00
transaction.c JBD/ext3 cleanups: convert to kzalloc 2007-10-19 11:53:34 -07:00