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:
51b0f6b
)
- repair leaks
author
rread
<rread>
Tue, 7 Oct 2003 19:58:59 +0000
(19:58 +0000)
committer
rread
<rread>
Tue, 7 Oct 2003 19:58:59 +0000
(19:58 +0000)
- get precedence correct in class_find_client_obd
lustre/obdclass/obd_config.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_config.c
b/lustre/obdclass/obd_config.c
index
bf0800c
..
a66bdff
100644
(file)
--- a/
lustre/obdclass/obd_config.c
+++ b/
lustre/obdclass/obd_config.c
@@
-347,7
+347,7
@@
int class_add_profile(int proflen, char *prof,
struct lustre_profile *lprof;
int err = 0;
- OBD_ALLOC(lprof, sizeof(*prof));
+ OBD_ALLOC(lprof, sizeof(*
l
prof));
if (lprof == NULL)
GOTO(out, err = -ENOMEM);
INIT_LIST_HEAD(&lprof->lp_list);