Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345680
b: refs/heads/master
c: 6d31d15
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jan Kara committed Dec 13, 2012
1 parent 722b57b commit 4a482be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb719c59bdb4fca86ee1fd1f42ab3735ca12b6b2
refs/heads/master: 6d31d15f21b376ac0d8a2323fd6673683bc82bd6
3 changes: 0 additions & 3 deletions trunk/fs/udf/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4a482be

Please sign in to comment.