]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_scrub: cleanup fsmap keys initialization
authorChristoph Hellwig <hch@lst.de>
Thu, 14 Nov 2024 09:28:33 +0000 (10:28 +0100)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:35 +0000 (18:01 -0800)
commit04c33913870693df6fcc46cbab69a3f1b3fea42e
tree8d5b520cf191d9848b81f606398e29ab940d900e
parent816f973a8ff64f1385bd644ee5124d493cadeeda
xfs_scrub: cleanup fsmap keys initialization

Use the good old array notations instead of pointer arithmetics.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
[djwong: fold scan_rtg_rmaps cleanups into next patch]
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
scrub/phase6.c
scrub/spacemap.c