]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_spaceman: fix broken -g behavior in freesp command
authorDarrick J. Wong <djwong@kernel.org>
Thu, 16 Feb 2023 21:52:53 +0000 (13:52 -0800)
committerCarlos Maiolino <cem@kernel.org>
Thu, 23 Feb 2023 08:54:27 +0000 (09:54 +0100)
commit5a77e0e7c57e8c0a5e7e6877a2612d60b5805f44
treefbc230456866ef065fe62e828ecaec7675dc140a
parente9f1424863be2201711ba7fc97f9a628a8358535
xfs_spaceman: fix broken -g behavior in freesp command

Don't zero out the histogram bucket count when turning on group summary
mode -- this will screw up the data structures and it's pointless.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
spaceman/freesp.c