From: Tom Keiser Date: Thu, 1 Jul 2010 06:07:54 +0000 (-0400) Subject: nuke configure options from AIX param files X-Git-Tag: openafs-devel-1_5_75~31 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1c92f7cc8da20b3e7f0e7564e69b06a3f4930b7a;p=packages%2Fo%2Fopenafs.git nuke configure options from AIX param files Remove antisocial behavior whereby the AIX param files silently turn on the FAST_RESTART and BITMAP_LATER config options. Change-Id: Ic7f77bd6c7aefe0f17b6d8796ce204cc8a5ad4c2 Reviewed-on: http://gerrit.openafs.org/2309 Reviewed-by: Simon Wilkinson Reviewed-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/config/param.rs_aix51.h b/src/config/param.rs_aix51.h index a856b273a..09fb8273a 100644 --- a/src/config/param.rs_aix51.h +++ b/src/config/param.rs_aix51.h @@ -103,8 +103,6 @@ #ifdef AFS_NAMEI_ENV #define AFS_64BIT_IOPS_ENV 1 #endif -#define BITMAP_LATER 1 -#define FAST_RESTART 1 #define AFS_VFS_ENV 1 /* Used only in vfsck code; is it needed any more???? */ diff --git a/src/config/param.rs_aix52.h b/src/config/param.rs_aix52.h index b51903aaa..9e6b66b70 100644 --- a/src/config/param.rs_aix52.h +++ b/src/config/param.rs_aix52.h @@ -104,8 +104,6 @@ #ifdef AFS_NAMEI_ENV #define AFS_64BIT_IOPS_ENV 1 #endif -#define BITMAP_LATER 1 -#define FAST_RESTART 1 #define AFS_VFS_ENV 1 /* Used only in vfsck code; is it needed any more???? */ diff --git a/src/config/param.rs_aix53.h b/src/config/param.rs_aix53.h index f3473c35c..2e53230dc 100644 --- a/src/config/param.rs_aix53.h +++ b/src/config/param.rs_aix53.h @@ -105,8 +105,6 @@ #ifdef AFS_NAMEI_ENV #define AFS_64BIT_IOPS_ENV 1 #endif -#define BITMAP_LATER 1 -#define FAST_RESTART 1 #define AFS_VFS_ENV 1 /* Used only in vfsck code; is it needed any more???? */ diff --git a/src/config/param.rs_aix61.h b/src/config/param.rs_aix61.h index ee74c7cd1..79b73eed2 100644 --- a/src/config/param.rs_aix61.h +++ b/src/config/param.rs_aix61.h @@ -106,8 +106,6 @@ #ifdef AFS_NAMEI_ENV #define AFS_64BIT_IOPS_ENV 1 #endif -#define BITMAP_LATER 1 -#define FAST_RESTART 1 #define AFS_VFS_ENV 1 /* Used only in vfsck code; is it needed any more???? */