From: nathan Date: Thu, 28 Apr 2005 22:02:49 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~1^25~8^2~180 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=87a416c224528d88d647841f901c54b12b76a8b0;p=fs%2Flustre-release.git Branch b1_4 b=6151 utilities all want /dev/obd --- diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 4d01896..06ed5d9 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -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