Whamcloud - gitweb
Disable the procfs setup stuff, because it is having grief with obdecho.
authoradilger <adilger>
Sun, 8 Sep 2002 09:00:53 +0000 (09:00 +0000)
committeradilger <adilger>
Sun, 8 Sep 2002 09:00:53 +0000 (09:00 +0000)
lustre/obdclass/class_obd.c

index 32f918c..fb704cc 100644 (file)
@@ -622,6 +622,7 @@ static int obd_class_ioctl (struct inode * inode, struct file * filp,
                                 memcpy(obd->obd_uuid, data->ioc_inlbuf3, len);
                         }
                         /* Get the LprocFS namespace for this device class */
+                        /*
                         l_idx = lprocfs_get_nm(data->ioc_inlbuf1, obd_nm);
                         if (l_idx < 0) {
                                 CERROR("Non-existent device class"
@@ -630,6 +631,7 @@ static int obd_class_ioctl (struct inode * inode, struct file * filp,
                                 lprocfs_reg_dev(obd, obd_nm[l_idx].obd_names,
                                                 obd_nm[l_idx].cntr_blk_sz);
                         }
+                        */
                         MOD_INC_USE_COUNT;
                 }