diff --git a/[refs] b/[refs] index 7f57e378e804..f35d79985d4e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e7dc95db2695dc92b223cdc49227ac57e63406d2 +refs/heads/master: b2f2c76d17b68869914a1ec3ab04c7674668f60d diff --git a/trunk/fs/ext4/balloc.c b/trunk/fs/ext4/balloc.c index 2bcca5261eeb..c5589b3f58e8 100644 --- a/trunk/fs/ext4/balloc.c +++ b/trunk/fs/ext4/balloc.c @@ -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