]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: constify the xfs_inode predicates
authorDarrick J. Wong <djwong@kernel.org>
Wed, 25 Sep 2024 22:46:59 +0000 (15:46 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:06 +0000 (16:29 -0700)
commitb37879a11d49eaa06711d637f812fb8caa4caba0
tree150f86bd042ef1eed5330c0fff505d1d297a9571
parent194d416e3722110745dda7884f67bea4f61a921c
xfs: constify the xfs_inode predicates

Change the xfs_inode predicates to take a const struct xfs_inode pointer
because they do not change the inode.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/xfs_inode.h