Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233008
b: refs/heads/master
c: 13dbc08
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Feb 6, 2011
1 parent 8714b84 commit 763de8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98d5dc13e7e74b77ca3b4c3cbded9f48d2dbbbb7
refs/heads/master: 13dbc08987f25d9dba488a34b44b43e3844b027c
1 change: 1 addition & 0 deletions trunk/fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ static noinline int remove_from_bitmap(struct btrfs_block_group_cache *block_gro
*/
search_start = *offset;
search_bytes = *bytes;
search_bytes = min(search_bytes, end - search_start + 1);
ret = search_bitmap(block_group, bitmap_info, &search_start,
&search_bytes);
BUG_ON(ret < 0 || search_start != *offset);
Expand Down

0 comments on commit 763de8a

Please sign in to comment.