]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
authorDave Chinner <dchinner@redhat.com>
Thu, 6 Jan 2022 22:13:14 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:50 +0000 (16:02 -0800)
commit49d0cfcdad9d3ec28eb4489a73ae91a707cd1f01
tree43b54bbd75f60821b432888c73140e8bbcfe649e
parent6334a70f03931895f03209a0fb4bdc79ec4dcf0b
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown

Source kernel commit: 75c8c50fa16a23f8ac89ea74834ae8ddd1558d75

Remove the shouty macro and instead use the inline function that
matches other state/feature check wrapper naming. This conversion
was done with sed.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/xfs_mount.h
libxfs/libxfs_priv.h
libxfs/xfs_alloc.c
libxfs/xfs_attr.c
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_ialloc.c