]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: constify the xfs_sb predicates
authorDarrick J. Wong <djwong@kernel.org>
Mon, 25 Nov 2024 21:14:16 +0000 (13:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:24 +0000 (18:01 -0800)
commitbbfcbe40e6eae67840dd95e078e1d3f6784bf90c
treee9438d59931445c131416506e8a726f18c463892
parent0cf510a91e3f6e92c44a736071ef0d1b9f510439
xfs: constify the xfs_sb predicates

Source kernel commit: 8d939f4bd7b225d8b157b1329881d2719c0ecb29

Change the xfs_sb predicates to take a const struct xfs_sb pointer
because they do not change the superblock.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_format.h