提交 6d31d15f 编写于 作者: N Namjae Jeon 提交者: Jan Kara

udf: remove un-needed variable from inode_getblk

The variable last_block is not needed.
Signed-off-by: NNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: NAshish Sangwan <a.sangwan@samsung.com>
Signed-off-by: NJan Kara <jack@suse.cz>
上级 fb719c59
......@@ -587,7 +587,6 @@ static int udf_extend_file(struct inode *inode, loff_t newsize)
static sector_t inode_getblk(struct inode *inode, sector_t block,
int *err, int *new)
{
static sector_t last_block;
struct kernel_long_ad laarr[EXTENT_MERGE_SIZE];
struct extent_position prev_epos, cur_epos, next_epos;
int count = 0, startnum = 0, endnum = 0;
......@@ -677,7 +676,6 @@ static sector_t inode_getblk(struct inode *inode, sector_t block,
return newblock;
}
last_block = block;
/* Are we beyond EOF? */
if (etype == -1) {
int ret;
......@@ -719,7 +717,6 @@ static sector_t inode_getblk(struct inode *inode, sector_t block,
memset(&laarr[c].extLocation, 0x00,
sizeof(struct kernel_lb_addr));
count++;
endnum++;
}
endnum = c + 1;
lastblock = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册