diff options
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r-- | fs/ext2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 0a638e79bf7c..7666c065b96f 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -1231,7 +1231,7 @@ static void ext2_clear_super_error(struct super_block *sb) | |||
1231 | * write and hope for the best. | 1231 | * write and hope for the best. |
1232 | */ | 1232 | */ |
1233 | ext2_msg(sb, KERN_ERR, | 1233 | ext2_msg(sb, KERN_ERR, |
1234 | "previous I/O error to superblock detected\n"); | 1234 | "previous I/O error to superblock detected"); |
1235 | clear_buffer_write_io_error(sbh); | 1235 | clear_buffer_write_io_error(sbh); |
1236 | set_buffer_uptodate(sbh); | 1236 | set_buffer_uptodate(sbh); |
1237 | } | 1237 | } |