Signed-off-by: Andrew Morton --- 25-akpm/fs/reiser4/spin_macros.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiser4/spin_macros.h~a fs/reiser4/spin_macros.h --- 25/fs/reiser4/spin_macros.h~a 2004-08-18 21:04:17.321325880 -0700 +++ 25-akpm/fs/reiser4/spin_macros.h 2004-08-18 21:06:19.650728984 -0700 @@ -45,7 +45,7 @@ #define check_is_not_write_locked(s) ((void)(s), 1) /* Checks that spin lock @s is locked (or not) by the -current- thread. */ -#if defined(CONFIG_DEBUG_SPINLOCK) && defined(CONFIG_SMP) +#if defined(CONFIG_DEBUG_SPINLOCK) && defined(CONFIG_SMP) && 0 /* Spin lock debugging in the kernel. This depends on patch that adds * ->owner field to the spin lock. */ # define check_spin_is_not_locked(s) ((s)->owner != get_current()) _