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:
e209e74
)
- fix wrong lock instead of unlock
author
tappro
<tappro>
Sun, 9 Jul 2006 07:26:35 +0000
(07:26 +0000)
committer
tappro
<tappro>
Sun, 9 Jul 2006 07:26:35 +0000
(07:26 +0000)
lustre/mdd/mdd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdd/mdd_handler.c
b/lustre/mdd/mdd_handler.c
index
308b352
..
68781c4
100644
(file)
--- a/
lustre/mdd/mdd_handler.c
+++ b/
lustre/mdd/mdd_handler.c
@@
-572,7
+572,7
@@
static int mdd_unlink(const struct lu_context *ctxt, struct md_object *pobj,
GOTO(cleanup, rc);
}
cleanup:
- mdd_lock2(ctxt, mdd_pobj, mdd_cobj);
+ mdd_
un
lock2(ctxt, mdd_pobj, mdd_cobj);
mdd_trans_stop(ctxt, mdd, handle);
RETURN(rc);
}