commit | e276ac5cbd22b928d2b486c588f91f075c3bca1b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:14 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:19 2024 -0700 |
tree | 3fbecccbe2c74eb4375cb395e7136af001194c73 | |
parent | 76759e5602d046ec6a8c80342b8a11daa5e7c07b [diff] |
xfs_scrub: collect free space histograms during phase 7 Collect a histogram of free space observed during phase 7. We'll put this information to use in the next patch. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>