commit | ff50dc562bf6de00fec264b11531e2745209ba12 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Wed Dec 06 20:41:25 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:48 2006 -0800 |
tree | c866557dfe97498e213e5a905f42834b51f82aed | |
parent | 1650242324a0c19d629a8be0d5a8ecdc174d31f8 [diff] |
[PATCH] ext3 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>