Whamcloud - gitweb
move LUSTRE_MDT0_NAME into global header: utils need it
authornikita <nikita>
Mon, 3 Apr 2006 15:30:35 +0000 (15:30 +0000)
committernikita <nikita>
Mon, 3 Apr 2006 15:30:35 +0000 (15:30 +0000)
lustre/include/linux/obd.h
lustre/mdt/mdt.h

index 28d2d61..835176f 100644 (file)
@@ -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"
 
index ae870af..54a997d 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <linux/lu_object.h>
 
-#define LUSTRE_MDT0_NAME "mdt0"
-
 struct md_device_operations;
 
 struct ptlrpc_service_conf {