|
@@ -1710,9 +1710,12 @@ int dlm_master_requery_handler(struct o2net_msg *msg, u32 len, void *data,
|
|
BUG();
|
|
BUG();
|
|
} else
|
|
} else
|
|
__dlm_lockres_grab_inflight_worker(dlm, res);
|
|
__dlm_lockres_grab_inflight_worker(dlm, res);
|
|
- } else /* put.. incase we are not the master */
|
|
|
|
|
|
+ spin_unlock(&res->spinlock);
|
|
|
|
+ } else {
|
|
|
|
+ /* put.. incase we are not the master */
|
|
|
|
+ spin_unlock(&res->spinlock);
|
|
dlm_lockres_put(res);
|
|
dlm_lockres_put(res);
|
|
- spin_unlock(&res->spinlock);
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
spin_unlock(&dlm->spinlock);
|
|
spin_unlock(&dlm->spinlock);
|
|
|
|
|