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:
f25c468
)
b=12571
author
nathan
<nathan>
Wed, 30 May 2007 18:17:43 +0000
(18:17 +0000)
committer
nathan
<nathan>
Wed, 30 May 2007 18:17:43 +0000
(18:17 +0000)
i=nathan
i=adilger
don't unlock twice. patch by wangdi
lustre/ptlrpc/import.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/import.c
b/lustre/ptlrpc/import.c
index
9104a6d
..
6c32ce7
100644
(file)
--- a/
lustre/ptlrpc/import.c
+++ b/
lustre/ptlrpc/import.c
@@
-686,7
+686,6
@@
finish:
if (!exp) {
/* This could happen if export is cleaned during the
connect attempt */
- spin_unlock(&imp->imp_lock);
CERROR("Missing export for %s\n",
imp->imp_obd->obd_name);
GOTO(out, rc = -ENODEV);