From 4c28f677dfce1569d035892cbced88e0a893e3e2 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 12 Sep 2003 19:17:22 +0000 Subject: [PATCH] - replace some hard-coded filter bits with a cpp constant - create 3 groups instead of 2, as a start to fixing echo_create --- lustre/obdfilter/filter_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter_internal.h b/lustre/obdfilter/filter_internal.h index 81f2c66..6c575a5 100644 --- a/lustre/obdfilter/filter_internal.h +++ b/lustre/obdfilter/filter_internal.h @@ -39,7 +39,7 @@ #define FILTER_LR_MAX_CLIENT_WORDS (FILTER_LR_MAX_CLIENTS/sizeof(unsigned long)) #define FILTER_SUBDIR_COUNT 32 /* set to zero for no subdirs */ -#define FILTER_GROUPS 2 /* must be at least 2; not dynamic yet */ +#define FILTER_GROUPS 2 /* must be at least 3; not dynamic yet */ #define FILTER_MOUNT_RECOV 2 #define FILTER_RECOVERY_TIMEOUT (obd_timeout * 5 * HZ / 2) /* *waves hands* */ -- 1.8.3.1