Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229148
b: refs/heads/master
c: 7abc2e4
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Jan 6, 2011
1 parent cabdb11 commit 00b0d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0484b1cedc053cf88a046da5f08bc00747e533cb
refs/heads/master: 7abc2e45e48ca04206949682402d5d55bc64a16b
3 changes: 1 addition & 2 deletions trunk/fs/udf/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00b0d84

Please sign in to comment.