From: Darrick J. Wong Date: Thu, 31 Oct 2013 15:46:31 +0000 (-0400) Subject: ext4: don't count free clusters from a corrupt block group X-Git-Tag: v3.13-rc1~86^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2746f7a17062d3526116f7ae7f91d88b19c2464e;p=pandora-kernel.git ext4: don't count free clusters from a corrupt block group A bg that's been flagged "corrupt" by definition has no free blocks, so that the allocator won't be tempted to use the damaged bg. Therefore, we shouldn't count the clusters in the damaged group when calculating free counts. Signed-off-by: Darrick J. Wong Signed-off-by: "Theodore Ts'o" Reviewed-by: Zheng Liu --- Reading git-diff-tree failed