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:
3eaa8e9
)
Branch b1_4
author
adilger
<adilger>
Tue, 28 Jun 2005 08:46:46 +0000
(08:46 +0000)
committer
adilger
<adilger>
Tue, 28 Jun 2005 08:46:46 +0000
(08:46 +0000)
Quiet __class_detach() message.
r=jacob
lustre/obdclass/obd_config.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_config.c
b/lustre/obdclass/obd_config.c
index
a012b65
..
40f8d0d
100644
(file)
--- a/
lustre/obdclass/obd_config.c
+++ b/
lustre/obdclass/obd_config.c
@@
-217,7
+217,7
@@
static int __class_detach(struct obd_device *obd)
int err = 0;
ENTRY;
- CDEBUG(D_CONFIG
| D_WARNING
, "destroying obd %d (%s)\n",
+ CDEBUG(D_CONFIG, "destroying obd %d (%s)\n",
obd->obd_minor, obd->obd_name);
if (OBP(obd, detach))