From f933230d0bad3c021192b1ae327fc7d69d6bf97c Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 14 Feb 2007 00:17:09 +0000 Subject: [PATCH] Branch HEAD Clarify comment. --- lustre/include/obd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 0249fb8..6dbf3d1 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -330,7 +330,7 @@ struct filter_obd { #define OSC_MAX_RIF_DEFAULT 8 #define OSC_MAX_RIF_MAX 256 #define OSC_MAX_DIRTY_DEFAULT (OSC_MAX_RIF_DEFAULT * 4) -#define OSC_MAX_DIRTY_MB_MAX 2048 /* totally arbitrary */ +#define OSC_MAX_DIRTY_MB_MAX 2048 /* arbitrary, bug < MAX_LONG */ #define MDC_MAX_RIF_DEFAULT 8 #define MDC_MAX_RIF_MAX 512 -- 1.8.3.1