commit | b2f2c76d17b68869914a1ec3ab04c7674668f60d | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Wed Dec 06 20:39:20 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:42 2006 -0800 |
tree | a250b8256c2ffb01fbe705a623bb6744010191ae | |
parent | e7dc95db2695dc92b223cdc49227ac57e63406d2 [diff] |
[PATCH] ext4 balloc: fix off-by-one against rsv_end rsv_end is the last block within the reservation, so alloc_new_reservation should accept start_block == rsv_end as success. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>