On 1/19/22 6:20 PM, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@xxxxxxxxxx> 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.
Looks like the "flags" arg to rtmount_init() can be dropped now too, I'll just fix that up locally. Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx>
Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- include/xfs_mount.h | 7 ++++++- libxfs/init.c | 21 ++++++++++++--------- libxfs/libxfs_priv.h | 2 +- repair/xfs_repair.c | 2 +- 4 files changed, 20 insertions(+), 12 deletions(-)