]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: use opstate flags and functions for libxfs mount options
authorDarrick J. Wong <djwong@kernel.org>
Mon, 31 Jan 2022 22:27:45 +0000 (17:27 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 31 Jan 2022 22:27:45 +0000 (17:27 -0500)
commit2420d095f195a4b591bac945b3830348cd6476c5
treed924e1f933ceb8f9efb181c0e892b9b04db5137e
parent03d8044d3c98f76a81fb32b535b36c7da875df3b
libxfs: use opstate flags and functions for libxfs mount options

Port the three LIBXFS_MOUNT flags that actually do anything to set
opstate flags in preparation for removing m_flags in a later patch.
Retain the LIBXFS_MOUNT #defines so that libxfs clients can pass them
into libxfs_mount.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
[sandeen: drop now-unused flags arg from rtmount_init]
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_mount.h
libxfs/init.c
libxfs/libxfs_priv.h
repair/xfs_repair.c