Whamcloud - gitweb
- replace some hard-coded filter bits with a cpp constant
authorphil <phil>
Fri, 12 Sep 2003 19:17:22 +0000 (19:17 +0000)
committerphil <phil>
Fri, 12 Sep 2003 19:17:22 +0000 (19:17 +0000)
- create 3 groups instead of 2, as a start to fixing echo_create

lustre/obdfilter/filter_internal.h

index 81f2c66..6c575a5 100644 (file)
@@ -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* */