From: alex Date: Thu, 29 Jan 2004 14:11:06 +0000 (+0000) Subject: - internal testing and extra checks should be disabled by default X-Git-Tag: 1.0.4~74 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e6c2cbf05f733409162e7bd6258e9c7f5681f8a1;p=fs%2Flustre-release.git - internal testing and extra checks should be disabled by default --- 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 8916f0f..b8106b3 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