On Fri 06-01-17 21:53:52, Fabian Frederick wrote: > Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx> Thanks. Applied. Honza > --- > fs/udf/inode.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/fs/udf/inode.c b/fs/udf/inode.c > index 5cac1c3..b5893f4 100644 > --- a/fs/udf/inode.c > +++ b/fs/udf/inode.c > @@ -2271,8 +2271,7 @@ int8_t inode_bmap(struct inode *inode, sector_t block, > uint32_t *elen, sector_t *offset) > { > unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits; > - loff_t lbcount = 0, bcount = > - (loff_t) block << blocksize_bits; > + loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; > int8_t etype; > struct udf_inode_info *iinfo; > > -- > 2.7.4 > > -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html