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:
3ed93f2
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Mon, 21 Aug 2006 15:27:45 +0000
(15:27 +0000)
committer
wangdi
<wangdi>
Mon, 21 Aug 2006 15:27:45 +0000
(15:27 +0000)
inherit parent lmm, only if parent is not NULL
lustre/mdd/mdd_lov.c
patch
|
blob
|
history
diff --git
a/lustre/mdd/mdd_lov.c
b/lustre/mdd/mdd_lov.c
index
8846b53
..
3a38372
100644
(file)
--- a/
lustre/mdd/mdd_lov.c
+++ b/
lustre/mdd/mdd_lov.c
@@
-367,7
+367,7
@@
int mdd_lov_create(const struct lu_context *ctxt, struct mdd_device *mdd,
0, &lsm, (void*)eadata);
if (rc)
GOTO(out_oa, rc);
- } else {
+ } else
if (parent != NULL)
{
/* get lov ea from parent and set to lov */
struct lov_mds_md *__lmm;
int __lmm_size, returned_lmm_size;