diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index b9ad3d852061..6c80f37433ef 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1899,11 +1899,6 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent) | |||
1899 | goto out_fail; | 1899 | goto out_fail; |
1900 | } | 1900 | } |
1901 | 1901 | ||
1902 | if (!sb_set_blocksize(sb, blocksize)) { | ||
1903 | printk(KERN_ERR "EXT4-fs: bad blocksize %d.\n", blocksize); | ||
1904 | goto out_fail; | ||
1905 | } | ||
1906 | |||
1907 | /* | 1902 | /* |
1908 | * The ext4 superblock will not be buffer aligned for other than 1kB | 1903 | * The ext4 superblock will not be buffer aligned for other than 1kB |
1909 | * block sizes. We need to calculate the offset from buffer start. | 1904 | * block sizes. We need to calculate the offset from buffer start. |