Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 494370cc authored by Eric Sandeen's avatar Eric Sandeen Committed by Darrick J. Wong
Browse files

xfs: add scrub to XFS_BUILD_OPTIONS



Advertise this config option along with the others.

Signed-off-by: default avatarEric Sandeen <sandeen@redhat.com>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 131fa58d
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,12 @@ extern void xfs_qm_exit(void);
# define XFS_REALTIME_STRING
# define XFS_REALTIME_STRING
#endif
#endif


#ifdef CONFIG_XFS_ONLINE_SCRUB
# define XFS_SCRUB_STRING	"scrub, "
#else
# define XFS_SCRUB_STRING
#endif

#ifdef DEBUG
#ifdef DEBUG
# define XFS_DBG_STRING		"debug"
# define XFS_DBG_STRING		"debug"
#else
#else
@@ -54,6 +60,7 @@ extern void xfs_qm_exit(void);
#define XFS_BUILD_OPTIONS	XFS_ACL_STRING \
#define XFS_BUILD_OPTIONS	XFS_ACL_STRING \
				XFS_SECURITY_STRING \
				XFS_SECURITY_STRING \
				XFS_REALTIME_STRING \
				XFS_REALTIME_STRING \
				XFS_SCRUB_STRING \
				XFS_DBG_STRING /* DBG must be last */
				XFS_DBG_STRING /* DBG must be last */


struct xfs_inode;
struct xfs_inode;