Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdedc0d
)
Disable the procfs setup stuff, because it is having grief with obdecho.
author
adilger
<adilger>
Sun, 8 Sep 2002 09:00:53 +0000
(09:00 +0000)
committer
adilger
<adilger>
Sun, 8 Sep 2002 09:00:53 +0000
(09:00 +0000)
lustre/obdclass/class_obd.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/class_obd.c
b/lustre/obdclass/class_obd.c
index
32f918c
..
fb704cc
100644
(file)
--- 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;
}