Message ID | 170404996314.1796128.156094362141521193.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | [01/20] xfs: add a libxfs header file for staging new ioctls | expand |
diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index e6ca188e227..4baafff6197 100644 --- a/libxfs/xfs_format.h +++ b/libxfs/xfs_format.h @@ -404,9 +404,10 @@ xfs_sb_has_incompat_log_feature( static inline void xfs_sb_remove_incompat_log_features( - struct xfs_sb *sbp) + struct xfs_sb *sbp, + uint32_t feature) { - sbp->sb_features_log_incompat &= ~XFS_SB_FEAT_INCOMPAT_LOG_ALL; + sbp->sb_features_log_incompat &= ~feature; } static inline void