]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2024 23:07:41 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:26 +0000 (14:06 -0700)
commitfbaaa7b360308b588e3762e13c3be6f140790690
tree072799cdab921e1bcf628de3a8da69fc46f4c0d6
parent55d00e3de845a351a540c9ece442b441e988b56b
xfs: move xfs_rtget_summary to xfs_rtbitmap.c

Source kernel commit: c2adcfa31ff606264fab6e69129d6d45c9ddb7cb

xfs_rtmodify_summary_int is only used inside xfs_rtbitmap.c and to
implement xfs_rtget_summary.  Move xfs_rtget_summary to xfs_rtbitmap.c
as the exported API and mark xfs_rtmodify_summary_int static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h