Whamcloud - gitweb
Branch b1_8_gate
authorbobijam <bobijam>
Wed, 6 Aug 2008 02:04:33 +0000 (02:04 +0000)
committerbobijam <bobijam>
Wed, 6 Aug 2008 02:04:33 +0000 (02:04 +0000)
b=16205
i=johann, adilger

low-memory tunings for BlueGene/L.

lustre/obdfilter/filter_internal.h

index 19275f8..e37e625 100644 (file)
@@ -79,7 +79,7 @@ struct filter_mod_data {
         int              fmd_refcount;  /* reference counter - list holds 1 */
 };
 
-#ifdef BGL_SUPPORT
+#ifdef HAVE_BGL_SUPPORT
 #define FILTER_FMD_MAX_NUM_DEFAULT 128 /* many active files per client on BGL */
 #else
 #define FILTER_FMD_MAX_NUM_DEFAULT  32