From 1c92f7cc8da20b3e7f0e7564e69b06a3f4930b7a Mon Sep 17 00:00:00 2001 From: Tom Keiser Date: Thu, 1 Jul 2010 02:07:54 -0400 Subject: [PATCH] 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 --- src/config/param.rs_aix51.h | 2 -- src/config/param.rs_aix52.h | 2 -- src/config/param.rs_aix53.h | 2 -- src/config/param.rs_aix61.h | 2 -- 4 files changed, 8 deletions(-) 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???? */ -- 2.39.5