[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TAKE - Fix "debug" in xfs module description string
Just fixing a pet peeve...
The xfs module / driver description string tells you if you have
EAs, ACLs, etc turned on, and it's supposed to tell you if it's
a debug build, as well.
But it was looking for CONFIG_XFS_DEBUG in the auto-generated
autoconf.h, which is never there, because CONFIG_XFS_DEBUG isn't
an option that scripts/Configure knows about. So we always
got "no debug enabled."
So switch it on "#if defined XFSDEBUG" instead, since that
gets set in the xfs Makefile.
Works for me...
Date: Tue Feb 19 11:44:38 PST 2002
Workarea: stout.americas.sgi.com:/localhome/eric/2.4.x-xfs/workarea-reallyclean
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:112059a
linux/fs/xfs/linux/xfs_super.h - 1.14
- Make "debug" show up correctly in description string