commit | a7fa2baf8e2a6c0eb0a21f75e919c226179e8ff4 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Oct 16 18:38:25 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 17 18:49:58 2007 -0400 |
tree | 3e41a4b90821d95835986945f1191e0f226a56a5 | |
parent | cd02ff0b14b7e27cbdfd7ff2814b08199a2b7168 [diff] |
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>