Whamcloud - gitweb
Branch b1_4
authornathan <nathan>
Thu, 28 Apr 2005 22:02:49 +0000 (22:02 +0000)
committernathan <nathan>
Thu, 28 Apr 2005 22:02:49 +0000 (22:02 +0000)
b=6151
utilities all want /dev/obd

lustre/obdclass/class_obd.c

index 4d01896..06ed5d9 100644 (file)
@@ -391,7 +391,7 @@ static struct file_operations obd_psdev_fops = {
 /* modules setup */
 static struct miscdevice obd_psdev = {
         .minor = OBD_MINOR,
-        .name  = "obd_psdev",
+        .name  = "obd",
         .fops  = &obd_psdev_fops,
 };
 #else