From: Hugh Dickins Date: Thu, 7 Dec 2006 04:41:25 +0000 (-0800) Subject: [PATCH] ext3 balloc: fix off-by-one against grp_goal X-Git-Tag: v2.6.20-rc1~145^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1650242324a0c19d629a8be0d5a8ecdc174d31f8;p=pandora-kernel.git [PATCH] ext3 balloc: fix off-by-one against grp_goal grp_goal 0 is a genuine goal (unlike -1), so ext3_try_to_allocate_with_rsv should treat it as such. Signed-off-by: Mingming Cao Signed-off-by: Hugh Dickins Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed