]> git.itanic.dy.fi Git - linux-stable/commit
xfs: remove rt-wrappers from xfs_format.h
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Dec 2023 04:57:33 +0000 (05:57 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 22 Dec 2023 05:48:14 +0000 (11:18 +0530)
commit3abfe6c2759e2e3000b13f8ce8a1a325e80987a1
tree991c6a4046f2c6bf96d09dc7d8066ecdd92c0b84
parent8ceee72fdb6f26fe924e02b3342353bac5efa42d
xfs: remove rt-wrappers from xfs_format.h

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>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/scrub/rtsummary.c
fs/xfs/xfs_rtalloc.c