From 2746f7a17062d3526116f7ae7f91d88b19c2464e Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 31 Oct 2013 11:46:31 -0400 Subject: [PATCH] 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-format-patch failed