commit | 2746f7a17062d3526116f7ae7f91d88b19c2464e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 31 11:46:31 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 31 11:46:31 2013 -0400 |
tree | 3c81fd8b5b02d50be588bd520c26e9c5b22b848d | |
parent | 8f9ff189205a6817aee5a1f996f876541f86e07c [diff] |
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 <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Zheng Liu <wenqing.lz@taobao.com>