From 9304ea122bdba5b894645b2b7e6b29ecff4f7005 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 10 Apr 2001 01:46:38 +0000 Subject: [PATCH] Back out newly introduced EF_PROTECT_FREE. Seems to be giving misguided errors for some tests. --- common.rc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common.rc b/common.rc index 0d8c52c1..f952d118 100644 --- a/common.rc +++ b/common.rc @@ -53,10 +53,12 @@ PLATFORM=linux FSSTRESS_AVOID="-f resvsp=0 -f unresvsp=0" # env variables for mem checking -EF_PROTECT_FREE=1 # efence +#EF_PROTECT_FREE=1 # efence +#export EF_PROTECT_FREE +# Not used because we get weird errors of form: +# ElectricFence Exiting: mmap() failed: Cannot allocate memory export AWK_PROG PS_HAVE_BSD PS_ALL_FLAGS PLATFORM -export EF_PROTECT_FREE # we override mount so we can specify mount options -- 2.39.5