From 2e7ae84e308e1556f7e0f7b867b72ec233ec62dc Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 14 Feb 2007 00:19:00 +0000 Subject: [PATCH] Branch HEAD Better 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 6dbf3d1..aaa3b10 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 /* arbitrary, bug < MAX_LONG */ +#define OSC_MAX_DIRTY_MB_MAX 2048 /* arbitrary, but < MAX_LONG bytes */ #define MDC_MAX_RIF_DEFAULT 8 #define MDC_MAX_RIF_MAX 512 -- 1.8.3.1