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:
41edf63
)
- fixed oops in mds_reint_unlink_remote()
author
yury
<yury>
Wed, 7 Sep 2005 12:24:23 +0000
(12:24 +0000)
committer
yury
<yury>
Wed, 7 Sep 2005 12:24:23 +0000
(12:24 +0000)
lustre/mds/mds_reint.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_reint.c
b/lustre/mds/mds_reint.c
index
df89cdb
..
54a9788
100644
(file)
--- a/
lustre/mds/mds_reint.c
+++ b/
lustre/mds/mds_reint.c
@@
-2133,7
+2133,6
@@
static int mds_reint_unlink_remote(struct mds_update_record *rec,
op_data->create_mode |= MDS_MODE_REPLAY;
rc = md_unlink(mds->mds_md_exp, op_data, &request);
- OBD_FREE(op_data, sizeof(*op_data));
cleanup_phase = 2;
if (request) {
@@
-2174,6
+2173,7
@@
cleanup:
l_dput(dchild);
l_dput(dparent);
+ OBD_FREE(op_data, sizeof(*op_data));
return 0;
}