From: adilger Date: Sun, 8 Sep 2002 09:00:53 +0000 (+0000) Subject: Disable the procfs setup stuff, because it is having grief with obdecho. X-Git-Tag: 0.5.7~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f77103cc20dc1d6e4bbe9a83dff74e24535fe563;p=fs%2Flustre-release.git Disable the procfs setup stuff, because it is having grief with obdecho. --- diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 32f918c..fb704cc 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -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; }