diff options
Diffstat (limited to 'fs/udf/balloc.c')
-rw-r--r-- | fs/udf/balloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/udf/balloc.c b/fs/udf/balloc.c index 1ba2baaf4367..02948f04da56 100644 --- a/fs/udf/balloc.c +++ b/fs/udf/balloc.c | |||
@@ -358,7 +358,6 @@ static void udf_table_free_blocks(struct super_block *sb, | |||
358 | struct kernel_lb_addr eloc; | 358 | struct kernel_lb_addr eloc; |
359 | struct extent_position oepos, epos; | 359 | struct extent_position oepos, epos; |
360 | int8_t etype; | 360 | int8_t etype; |
361 | int i; | ||
362 | struct udf_inode_info *iinfo; | 361 | struct udf_inode_info *iinfo; |
363 | 362 | ||
364 | mutex_lock(&sbi->s_alloc_mutex); | 363 | mutex_lock(&sbi->s_alloc_mutex); |
@@ -425,7 +424,6 @@ static void udf_table_free_blocks(struct super_block *sb, | |||
425 | } | 424 | } |
426 | 425 | ||
427 | if (epos.bh != oepos.bh) { | 426 | if (epos.bh != oepos.bh) { |
428 | i = -1; | ||
429 | oepos.block = epos.block; | 427 | oepos.block = epos.block; |
430 | brelse(oepos.bh); | 428 | brelse(oepos.bh); |
431 | get_bh(epos.bh); | 429 | get_bh(epos.bh); |