commit | 0560f31a09e523090d1ab2bfe21c69d028c2bdf2 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Aug 18 18:46:52 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Aug 19 10:07:12 2021 -0700 |
tree | 1f5d7a7dc65bfa3f9d7217b403071c1f68cb1e69 | |
parent | 8970a5b8a46c526a738db2cb89173aa0a2fd02a9 [diff] |
xfs: convert mount flags to features Replace m_flags feature checks with xfs_has_<feature>() calls and rework the setup code to set flags in m_features. 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>