diff --git a/[refs] b/[refs] index 01d9cdca99f3..c843c1f4351a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0484b1cedc053cf88a046da5f08bc00747e533cb +refs/heads/master: 7abc2e45e48ca04206949682402d5d55bc64a16b diff --git a/trunk/fs/udf/balloc.c b/trunk/fs/udf/balloc.c index b608efaa4cee..306ee39ef2c3 100644 --- a/trunk/fs/udf/balloc.c +++ b/trunk/fs/udf/balloc.c @@ -157,10 +157,9 @@ static void udf_bitmap_free_blocks(struct super_block *sb, udf_debug("bit %ld already set\n", bit + i); udf_debug("byte=%2x\n", ((char *)bh->b_data)[(bit + i) >> 3]); - } else { - udf_add_free_space(sb, sbi->s_partition, 1); } } + udf_add_free_space(sb, sbi->s_partition, count); mark_buffer_dirty(bh); if (overflow) { block += count;