summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2011-07-13 11:43:50 (GMT)
committerChristoph Hellwig <hch@lst.de>2011-07-13 11:43:50 (GMT)
commitea15ab3cdda1bc6822f572ce9ce5d86f097f9b08 (patch)
tree1fddbe64d7f6d9150bdb86a9579c8f5feb94f734 /fs/xfs/xfs.h
parent54244fec67024032cb54eb604b2a36579b5db2d3 (diff)
downloadlinux-fsl-qoriq-ea15ab3cdda1bc6822f572ce9ce5d86f097f9b08.tar.xz
xfs: remove the dead QUOTADEBUG code
Remove the dead hash table test rid which has been rotting away under QUOTADEBUG, including some code that was compiled for normal debug builds, but not actually called without QUOTADEBUG, and enable a few cheap debug checks that were hidden under QUOTADEBUG for normal debug builds. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs.h')
-rw-r--r--fs/xfs/xfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h
index 5ad8ad3..53ec3ea 100644
--- a/fs/xfs/xfs.h
+++ b/fs/xfs/xfs.h
@@ -22,7 +22,6 @@
#define STATIC
#define DEBUG 1
#define XFS_BUF_LOCK_TRACKING 1
-/* #define QUOTADEBUG 1 */
#endif
#include <linux-2.6/xfs_linux.h>