Loading fs/ext4/super.c +0 −5 Original line number Diff line number Diff line Loading @@ -1899,11 +1899,6 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent) goto out_fail; } if (!sb_set_blocksize(sb, blocksize)) { printk(KERN_ERR "EXT4-fs: bad blocksize %d.\n", blocksize); goto out_fail; } /* * The ext4 superblock will not be buffer aligned for other than 1kB * block sizes. We need to calculate the offset from buffer start. Loading Loading
fs/ext4/super.c +0 −5 Original line number Diff line number Diff line Loading @@ -1899,11 +1899,6 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent) goto out_fail; } if (!sb_set_blocksize(sb, blocksize)) { printk(KERN_ERR "EXT4-fs: bad blocksize %d.\n", blocksize); goto out_fail; } /* * The ext4 superblock will not be buffer aligned for other than 1kB * block sizes. We need to calculate the offset from buffer start. Loading