Whamcloud - gitweb
- cleanups in cmobd and others:
[fs/lustre-release.git] / lustre / include / linux / obd_ost.h
index edb7009..d1af9df 100644 (file)
 
 #include <linux/obd_class.h>
 
-#define LUSTRE_OST_NAME "ost"
-#define LUSTRE_OSC_NAME "osc"
-#define LUSTRE_SANOSC_NAME "sanosc"
-#define LUSTRE_SANOST_NAME "sanost"
+#define OBD_OST_DEVICENAME "ost"
+#define OBD_OSC_DEVICENAME "osc"
+#define OBD_SANOSC_DEVICENAME "sanosc"
+#define OBD_SANOST_DEVICENAME "sanost"
 
 struct osc_brw_async_args {
         struct obdo     *aa_oa;