From e6c2cbf05f733409162e7bd6258e9c7f5681f8a1 Mon Sep 17 00:00:00 2001 From: alex <alex> Date: Thu, 29 Jan 2004 14:11:06 +0000 Subject: [PATCH] - internal testing and extra checks should be disabled by default --- lustre/kernel_patches/patches/ext3-extents-2.4.20.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-extents-2.4.20.patch b/lustre/kernel_patches/patches/ext3-extents-2.4.20.patch index 8916f0f414..b8106b32cb 100644 --- a/lustre/kernel_patches/patches/ext3-extents-2.4.20.patch +++ b/lustre/kernel_patches/patches/ext3-extents-2.4.20.patch @@ -2555,13 +2555,13 @@ Index: linux-2.4.24/include/linux/ext3_extents.h + * other hard changes happens much more often + * this is for debug purposes only + */ -+#define AGRESSIVE_TEST ++#define AGRESSIVE_TEST_ + +/* + * if CHECK_BINSEARCH defined, then results of binary search + * will be checked by linear search + */ -+#define CHECK_BINSEARCH ++#define CHECK_BINSEARCH_ + +/* + * if EXT_DEBUG is defined you can use 'extdebug' mount option -- GitLab