udf: remove unneeded line break
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
02d4ca49fa
commit
bbc9abd239
@ -2271,8 +2271,7 @@ int8_t inode_bmap(struct inode *inode, sector_t block,
|
|||||||
uint32_t *elen, sector_t *offset)
|
uint32_t *elen, sector_t *offset)
|
||||||
{
|
{
|
||||||
unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits;
|
unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits;
|
||||||
loff_t lbcount = 0, bcount =
|
loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits;
|
||||||
(loff_t) block << blocksize_bits;
|
|
||||||
int8_t etype;
|
int8_t etype;
|
||||||
struct udf_inode_info *iinfo;
|
struct udf_inode_info *iinfo;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user