]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: constify the xfs_sb predicates
authorDarrick J. Wong <djwong@kernel.org>
Wed, 25 Sep 2024 22:43:35 +0000 (15:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:06 +0000 (16:29 -0700)
commit194d416e3722110745dda7884f67bea4f61a921c
treeb11ca7c6f85c4868fdf21cbe28d622910fb4fda9
parentb2c7f6ebac831e634512ad7df08d853723ee2088
xfs: constify the xfs_sb predicates

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>
libxfs/xfs_format.h