From 574c86cdafc0ba6228d57578dc90634900787354 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 21 Apr 2008 17:22:27 +1000 Subject: [PATCH] --- yaml --- r: 95013 b: refs/heads/master c: 7788fae6cce616fe2c624273fcfe54cf50f5c38b h: refs/heads/master i: 95011: 42cdf77d9fc538e9f0ce46f4a6322638cca30212 v: v3 --- [refs] | 2 +- trunk/fs/xfs/Kconfig | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9767509ddb3c..47e7ed0e9017 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 359346a9655c8800408ed3ca44517ac7ea95c197 +refs/heads/master: 7788fae6cce616fe2c624273fcfe54cf50f5c38b diff --git a/trunk/fs/xfs/Kconfig b/trunk/fs/xfs/Kconfig index 524021ff5436..3f53dd101f99 100644 --- a/trunk/fs/xfs/Kconfig +++ b/trunk/fs/xfs/Kconfig @@ -64,3 +64,16 @@ config XFS_RT See the xfs man page in section 5 for additional information. If unsure, say N. + +config XFS_DEBUG + bool "XFS Debugging support (EXPERIMENTAL)" + depends on XFS_FS && EXPERIMENTAL + help + Say Y here to get an XFS build with many debugging features, + including ASSERT checks, function wrappers around macros, + and extra sanity-checking functions in various code paths. + + Note that the resulting code will be HUGE and SLOW, and probably + not useful unless you are debugging a particular problem. + + Say N unless you are an XFS developer, or you play one on TV.