%patch Index: 2.6.x-xfs/fs/Kconfig =================================================================== --- 2.6.x-xfs.orig/fs/Kconfig Thu Jun 17 12:23:06 2004 +++ 2.6.x-xfs/fs/Kconfig Thu Jun 17 12:23:48 2004 @@ -402,6 +402,31 @@ If you don't know what Access Control Lists are, say N. +config XFS_DEBUG + bool "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. + +config XFS_TRACE + bool "Tracing support (EXPERIMENTAL)" + depends on XFS_FS && EXPERIMENTAL + help + Say Y here to get an XFS build with activity tracing enabled. + Enabling this option will attach historical information to XFS + inodes, buffers, certain locks, the log, the IO path, and a + few other key areas within XFS. These traces can be examined + using the kdb kernel debugger. + + Say N unless you are an XFS developer. + config MINIX_FS tristate "Minix fs support" help