Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42911
b: refs/heads/master
c: b2f2c76
h: refs/heads/master
i:
  42909: 3a3f207
  42907: e9da93e
  42903: 188955e
  42895: 2456ba3
  42879: 4862dfc
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Dec 7, 2006
1 parent 8de8113 commit 04ce238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e7dc95db2695dc92b223cdc49227ac57e63406d2
refs/heads/master: b2f2c76d17b68869914a1ec3ab04c7674668f60d
2 changes: 1 addition & 1 deletion trunk/fs/ext4/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ static int alloc_new_reservation(struct ext4_reserve_window_node *my_rsv,
* check if the first free block is within the
* free space we just reserved
*/
if (start_block >= my_rsv->rsv_start && start_block < my_rsv->rsv_end)
if (start_block >= my_rsv->rsv_start && start_block <= my_rsv->rsv_end)
return 0; /* success */
/*
* if the first free bit we found is out of the reservable space
Expand Down

0 comments on commit 04ce238

Please sign in to comment.