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:
174d241
)
fix a bug.
author
huanghua
<huanghua>
Wed, 28 Jun 2006 13:51:14 +0000
(13:51 +0000)
committer
huanghua
<huanghua>
Wed, 28 Jun 2006 13:51:14 +0000
(13:51 +0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
50cbd64
..
0daa1db
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-1804,14
+1804,14
@@
static int mdt_fld_init(const struct lu_context *ctx,
OBD_ALLOC_PTR(ls->ls_fld);
- if (ls->ls_fld != NULL)
+ if (ls->ls_fld != NULL)
{
rc = fld_server_init(ls->ls_fld, ctx,
uuid, m->mdt_bottom);
if (rc) {
OBD_FREE_PTR(ls->ls_fld);
ls->ls_fld = NULL;
}
- else
+
}
else
rc = -ENOMEM;
RETURN(rc);