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:
0b83275
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Fri, 29 Sep 2006 09:33:49 +0000
(09:33 +0000)
committer
wangdi
<wangdi>
Fri, 29 Sep 2006 09:33:49 +0000
(09:33 +0000)
split fixes after some commit
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
a0c1e96
..
d094441
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-784,7
+784,7
@@
static int mdt_write_dir_page(struct mdt_thread_info *info, struct page *page)
memcpy(name, ent->lde_name, ent->lde_namelen);
rc = mdo_name_insert(info->mti_env,
md_object_next(&object->mot_obj),
- name, lf, 0
, NULL
);
+ name, lf, 0);
OBD_FREE(name, ent->lde_namelen + 1);
if (rc)
GOTO(out, rc);