From e474bb8b71496e876913ed37d5609d1d05d410c9 Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 4 Apr 2006 07:44:01 +0000 Subject: [PATCH] move cmm name to the obd.h --- lustre/include/linux/obd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index e7c35a9..f3489cd 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -490,6 +490,7 @@ struct niobuf_local { #define LUSTRE_MDS_NAME "mds" #define LUSTRE_MDT_NAME "mdt" #define LUSTRE_MDT0_NAME "mdt0" +#define LUSTRE_CMM0_NAME "cmm0" #define LUSTRE_MDC_NAME "mdc" -- 1.8.3.1