Whamcloud - gitweb
Disable the lprocfs deregistration, now that I've disabled the registration.
authoradilger <adilger>
Sun, 8 Sep 2002 09:10:03 +0000 (09:10 +0000)
committeradilger <adilger>
Sun, 8 Sep 2002 09:10:03 +0000 (09:10 +0000)
lustre/obdclass/class_obd.c

index fb704cc..cf4ec22 100644 (file)
@@ -655,9 +655,11 @@ static int obd_class_ioctl (struct inode * inode, struct file * filp,
                         GOTO(out, err=-EBUSY);
                 }
 
+                /*
                 if (lprocfs_dereg_dev(obd) != LPROCFS_SUCCESS) {
                         CERROR("Could not remove /proc entry\n");
                 }
+                */
                 if (obd->obd_name) {
                         OBD_FREE(obd->obd_name, strlen(obd->obd_name)+1);
                         obd->obd_name = NULL;