From 93769de9e8bf9aa5355af3b7efb039267c19a941 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 7 Apr 2006 14:33:55 +0000 Subject: [PATCH] add name for MDD --- lustre/include/linux/obd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 13569a9..bdcc9c8 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -489,8 +489,10 @@ struct niobuf_local { /* FIXME all the references to these defines need to be updated */ #define LUSTRE_MDS_NAME "mds" #define LUSTRE_MDT_NAME "mdt" +/* new MDS layers. Prototype */ #define LUSTRE_MDT0_NAME "mdt0" #define LUSTRE_CMM0_NAME "cmm0" +#define LUSTRE_MDD0_NAME "mdd0" #define LUSTRE_OSD0_NAME "osd0" #define LUSTRE_MDC_NAME "mdc" @@ -510,7 +512,6 @@ struct niobuf_local { #define LUSTRE_MGS_OBDNAME "MGS" #define LUSTRE_MGC_OBDNAME "MGC" - /* Don't conflict with on-wire flags OBD_BRW_WRITE, etc */ #define N_LOCAL_TEMP_PAGE 0x10000000 -- 1.8.3.1