From: nikita Date: Mon, 3 Apr 2006 15:30:35 +0000 (+0000) Subject: move LUSTRE_MDT0_NAME into global header: utils need it X-Git-Tag: v1_8_0_110~486^2~2111 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9995d5c1fee0150a00b302f003507470f6837b27;p=fs%2Flustre-release.git move LUSTRE_MDT0_NAME into global header: utils need it --- diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 28d2d61..835176f 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -489,6 +489,7 @@ struct niobuf_local { /* FIXME all the references to these defines need to be updated */ #define LUSTRE_MDS_NAME "mds" #define LUSTRE_MDT_NAME "mdt" +#define LUSTRE_MDT0_NAME "mdt0" #define LUSTRE_MDC_NAME "mdc" diff --git a/lustre/mdt/mdt.h b/lustre/mdt/mdt.h index ae870af..54a997d 100644 --- a/lustre/mdt/mdt.h +++ b/lustre/mdt/mdt.h @@ -19,8 +19,6 @@ #include -#define LUSTRE_MDT0_NAME "mdt0" - struct md_device_operations; struct ptlrpc_service_conf {