diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext3/super.c | 2 | ||||
-rw-r--r-- | fs/ext4/super.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index afa2b569da10..7761c680f9a1 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -164,7 +164,7 @@ void ext3_msg(struct super_block *sb, const char *prefix, | |||
164 | * write out the superblock safely. | 164 | * write out the superblock safely. |
165 | * | 165 | * |
166 | * We'll just use the journal_abort() error code to record an error in | 166 | * We'll just use the journal_abort() error code to record an error in |
167 | * the journal instead. On recovery, the journal will compain about | 167 | * the journal instead. On recovery, the journal will complain about |
168 | * that error until we've noted it down and cleared it. | 168 | * that error until we've noted it down and cleared it. |
169 | */ | 169 | */ |
170 | 170 | ||
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 735c20d5fd56..adcb713a5ac5 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -302,7 +302,7 @@ void ext4_journal_abort_handle(const char *caller, const char *err_fn, | |||
302 | * write out the superblock safely. | 302 | * write out the superblock safely. |
303 | * | 303 | * |
304 | * We'll just use the jbd2_journal_abort() error code to record an error in | 304 | * We'll just use the jbd2_journal_abort() error code to record an error in |
305 | * the journal instead. On recovery, the journal will compain about | 305 | * the journal instead. On recovery, the journal will complain about |
306 | * that error until we've noted it down and cleared it. | 306 | * that error until we've noted it down and cleared it. |
307 | */ | 307 | */ |
308 | 308 | ||