]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove rt-wrappers from xfs_format.h
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)
commit6742ada6ea14815f0f21624c1ca774ef6327ae11
tree6a4c4515adf014aad1501043752d8e27ec1bef83
parent5dded934b2815c76e096b5fa8215486957fb001c
xfs: remove rt-wrappers from xfs_format.h

Source kernel commit: 3abfe6c2759e2e3000b13f8ce8a1a325e80987a1

xfs_format.h has a bunch odd wrappers for helper functions and mount
structure access using RT* prefixes.  Replace them with their open coded
versions (for those that weren't entirely unused) and remove the wrappers.

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>
db/check.c
libxfs/xfs_format.h
libxfs/xfs_rtbitmap.c
repair/rt.c