Whamcloud - gitweb
resize2fs: correctly account for clusters when calculating summary stats
authorTheodore Ts'o <tytso@mit.edu>
Sun, 20 Jan 2013 04:41:36 +0000 (23:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Jan 2013 04:58:13 +0000 (23:58 -0500)
commit1773c87c7e9ee5c4b8753919320d6d06910ea25b
tree1e7cdb5087a6fcb96995d5aa4aa60b3c2747fe5b
parent3e1816b8cc9086354453bd75aaaeade558f98b3e
resize2fs: correctly account for clusters when calculating summary stats

Fixes resize2fs so it correctly calculates the number of free clusters
in each block group for file systems with the bigalloc feature
enabled.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
resize/resize2fs.c