mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 09:00:52 +07:00
xfs: add scrub to XFS_BUILD_OPTIONS
Advertise this config option along with the others. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
131fa58d39
commit
494370ccaa
@ -44,6 +44,12 @@ extern void xfs_qm_exit(void);
|
||||
# define XFS_REALTIME_STRING
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_XFS_ONLINE_SCRUB
|
||||
# define XFS_SCRUB_STRING "scrub, "
|
||||
#else
|
||||
# define XFS_SCRUB_STRING
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
# define XFS_DBG_STRING "debug"
|
||||
#else
|
||||
@ -54,6 +60,7 @@ extern void xfs_qm_exit(void);
|
||||
#define XFS_BUILD_OPTIONS XFS_ACL_STRING \
|
||||
XFS_SECURITY_STRING \
|
||||
XFS_REALTIME_STRING \
|
||||
XFS_SCRUB_STRING \
|
||||
XFS_DBG_STRING /* DBG must be last */
|
||||
|
||||
struct xfs_inode;
|
||||
|
Loading…
Reference in New Issue
Block a user