Skip to content
Snippets Groups Projects
Commit fa8d097d authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=12571

i=nathan
i=adilger
don't unlock twice.  patch by wangdi
parent f25c468d
No related branches found
No related tags found
No related merge requests found
...@@ -686,7 +686,6 @@ finish: ...@@ -686,7 +686,6 @@ finish:
if (!exp) { if (!exp) {
/* This could happen if export is cleaned during the /* This could happen if export is cleaned during the
connect attempt */ connect attempt */
spin_unlock(&imp->imp_lock);
CERROR("Missing export for %s\n", CERROR("Missing export for %s\n",
imp->imp_obd->obd_name); imp->imp_obd->obd_name);
GOTO(out, rc = -ENODEV); GOTO(out, rc = -ENODEV);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment