diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index df98a7709252..e0fc0c83be90 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -1603,7 +1603,7 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent) | |||
1603 | } | 1603 | } |
1604 | } | 1604 | } |
1605 | if (!ext3_check_descriptors (sb)) { | 1605 | if (!ext3_check_descriptors (sb)) { |
1606 | printk (KERN_ERR "EXT3-fs: group descriptors corrupted !\n"); | 1606 | printk(KERN_ERR "EXT3-fs: group descriptors corrupted!\n"); |
1607 | goto failed_mount2; | 1607 | goto failed_mount2; |
1608 | } | 1608 | } |
1609 | sbi->s_gdb_count = db_count; | 1609 | sbi->s_gdb_count = db_count; |