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:
5f193c8
)
fix someone's typo.
author
ericm
<ericm>
Fri, 12 Aug 2005 17:36:56 +0000
(17:36 +0000)
committer
ericm
<ericm>
Fri, 12 Aug 2005 17:36:56 +0000
(17:36 +0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
f2002f4
..
b91d365
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-879,7
+879,7
@@
static int lustre_process_profile(struct super_block *sb,
OBD_ALLOC(*lov, strlen(lprof->lp_lov) +
strlen(sbi->ll_instance) + 2);
- if (*lov = NULL)
+ if (*lov =
=
NULL)
GOTO(out, err = -ENOMEM);
sprintf(*lov, "%s-%s", lprof->lp_lov, sbi->ll_instance);