]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] allow enabling CONFIG_XFS_DEBUG
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Apr 2008 07:22:27 +0000 (17:22 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Tue, 29 Apr 2008 06:07:48 +0000 (16:07 +1000)
commit7788fae6cce616fe2c624273fcfe54cf50f5c38b
tree277a982ff793c914fad5e0d111f7f65068507997
parent359346a9655c8800408ed3ca44517ac7ea95c197
[XFS] allow enabling CONFIG_XFS_DEBUG

Back when I first submitted XFS for mainline inclusion we made the
decision that the debug code is far to extensive to be accidentally
enabled by users in mainline.  But then again it's often quite useful
to track problems down and hacking the makefile all the time is rather
annoying.  Given all the debug options with even more overhead like
lockdep or DEBUG_PAGE_ALLOC users (or rather developers) should know
by now what they're doing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/Kconfig