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:
4955bcf
)
- print the correct strings
author
rread
<rread>
Thu, 20 Nov 2003 00:49:00 +0000
(
00:49
+0000)
committer
rread
<rread>
Thu, 20 Nov 2003 00:49:00 +0000
(
00:49
+0000)
lustre/obdclass/obd_config.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_config.c
b/lustre/obdclass/obd_config.c
index
89626c6
..
6813797
100644
(file)
--- a/
lustre/obdclass/obd_config.c
+++ b/
lustre/obdclass/obd_config.c
@@
-87,7
+87,7
@@
int class_attach(struct lustre_cfg *lcfg)
CDEBUG(D_IOCTL, "attach type %s name: %s uuid: %s\n",
MKSTR(lcfg->lcfg_inlbuf1),
- MKSTR(lcfg->lcfg_
inlbuf2), MKSTR(lcfg->lcfg_inlbuf3
));
+ MKSTR(lcfg->lcfg_
dev_name), MKSTR(lcfg->lcfg_inlbuf2
));
/* find the type */
type = class_get_type(typename);