From 9995d5c1fee0150a00b302f003507470f6837b27 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 3 Apr 2006 15:30:35 +0000 Subject: [PATCH] move LUSTRE_MDT0_NAME into global header: utils need it --- lustre/include/linux/obd.h | 1 + lustre/mdt/mdt.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 { -- 1.8.3.1