From: Aneesh Kumar K.V Date: Fri, 15 Feb 2008 18:48:21 +0000 (-0500) Subject: ext4: Don't claim block from group which has corrupt bitmap X-Git-Tag: v2.6.25-rc4~155^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56eb6590693a5a340e8f596db2768a6e1b9e236;p=pandora-kernel.git ext4: Don't claim block from group which has corrupt bitmap In ext4_mb_complex_scan_group, if the extent length of the newly found extentet is greater than than the total free blocks counted in group info, break without claiming the block. Document different ext4_error usage, explaining the state with which we continue if we mount with errors=continue Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed