From 87a416c224528d88d647841f901c54b12b76a8b0 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 28 Apr 2005 22:02:49 +0000 Subject: [PATCH] Branch b1_4 b=6151 utilities all want /dev/obd --- lustre/obdclass/class_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1