]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libfrog: hoist free space histogram code
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:13 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:45:34 +0000 (18:45 -0700)
commitbba7b4fce02f6f2d0b083fb8c7f60d70b13d9b67
treec92359007df44488a1d02ac0af0d6b7439ea8aab
parent47454c044e4399692c43a342142116a51477ce24
libfrog: hoist free space histogram code

Combine the two free space histograms in xfs_db and xfs_spaceman into a
single implementation.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/freesp.c
libfrog/Makefile
libfrog/histogram.c [new file with mode: 0644]
libfrog/histogram.h [new file with mode: 0644]
spaceman/freesp.c