Loading fs/ntfs3/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -921,7 +921,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) /* Parse boot. */ err = ntfs_init_from_boot(sb, rq ? queue_logical_block_size(rq) : 512, bdev->bd_inode->i_size); bdev_nr_bytes(bdev)); if (err) goto out; Loading Loading
fs/ntfs3/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -921,7 +921,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) /* Parse boot. */ err = ntfs_init_from_boot(sb, rq ? queue_logical_block_size(rq) : 512, bdev->bd_inode->i_size); bdev_nr_bytes(bdev)); if (err) goto out; Loading