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:
d1876b7
)
fix syntax error by silly mistake.
author
huanghua
<huanghua>
Tue, 27 Jun 2006 08:26:57 +0000
(08:26 +0000)
committer
huanghua
<huanghua>
Tue, 27 Jun 2006 08:26:57 +0000
(08:26 +0000)
lustre/mdt/mdt_reint.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_reint.c
b/lustre/mdt/mdt_reint.c
index
6ab98b9
..
e5285d1
100644
(file)
--- a/
lustre/mdt/mdt_reint.c
+++ b/
lustre/mdt/mdt_reint.c
@@
-141,9
+141,10
@@
static int mdt_md_mkobj(struct mdt_thread_info *info)
&info->mti_attr);
if (rc == 0) {
mdt_pack_attr2body(repbody, &info->mti_attr);
- repbody->fid1 = *mdt_object_fid(
next
);
+ repbody->fid1 = *mdt_object_fid(
o
);
repbody->valid |= OBD_MD_FLID;
}
+ }
mdt_object_put(info->mti_ctxt, o);
} else
rc = PTR_ERR(o);