OSDN Git Service

xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS
authorEric Sandeen <sandeen@redhat.com>
Wed, 5 Jun 2019 18:19:48 +0000 (11:19 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 12 Jun 2019 15:37:40 +0000 (08:37 -0700)
commitd03a2f1b9fa83ee88acb4fd92c66240aff628488
treeffa81348252110e95b6282a95c05cbef6a675672
parent4b4d98cca32053ec8993e836cb8cb7c8098959dc
xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS

The XFS_BUILD_OPTIONS string, shown at module init time and
in modinfo output, does not currently include all available
build options.  So, add in CONFIG_XFS_WARN and CONFIG_XFS_REPAIR.

It has been suggested in some quarters
That this is not enough.
Well ...

Anybody who would like to see this in a sysfs file can send
a patch.  :)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_super.h