]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: replace xfs_sb_version checks with feature flag checks
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:15 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:50 +0000 (16:02 -0800)
commite783fcf5d345d5dfbb3ff8098789231c7d927328
treefcd6326596338786cd398e70b8c5db98865f5287
parent5aec3a06b713e7935b4d996914c341b566c3c8fb
libxfs: replace xfs_sb_version checks with feature flag checks

Convert the xfs_sb_version_hasfoo() to checks against mp->m_features.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/init.c