Loading fs/ext3/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -164,7 +164,7 @@ void ext3_msg(struct super_block *sb, const char *prefix, * write out the superblock safely. * write out the superblock safely. * * * We'll just use the journal_abort() error code to record an error in * We'll just use the journal_abort() error code to record an error in * the journal instead. On recovery, the journal will compain about * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. * that error until we've noted it down and cleared it. */ */ Loading fs/ext4/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -302,7 +302,7 @@ void ext4_journal_abort_handle(const char *caller, const char *err_fn, * write out the superblock safely. * write out the superblock safely. * * * We'll just use the jbd2_journal_abort() error code to record an error in * We'll just use the jbd2_journal_abort() error code to record an error in * the journal instead. On recovery, the journal will compain about * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. * that error until we've noted it down and cleared it. */ */ Loading Loading
fs/ext3/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -164,7 +164,7 @@ void ext3_msg(struct super_block *sb, const char *prefix, * write out the superblock safely. * write out the superblock safely. * * * We'll just use the journal_abort() error code to record an error in * We'll just use the journal_abort() error code to record an error in * the journal instead. On recovery, the journal will compain about * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. * that error until we've noted it down and cleared it. */ */ Loading
fs/ext4/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -302,7 +302,7 @@ void ext4_journal_abort_handle(const char *caller, const char *err_fn, * write out the superblock safely. * write out the superblock safely. * * * We'll just use the jbd2_journal_abort() error code to record an error in * We'll just use the jbd2_journal_abort() error code to record an error in * the journal instead. On recovery, the journal will compain about * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. * that error until we've noted it down and cleared it. */ */ Loading