diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-22 02:29:12 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-22 02:09:04 -0700 |
commit | b6121c62717c89ddc38b72ef18ba110c944cde70 (patch) | |
tree | f73cff4edd4f14ed52ca7481f68df89be515f0d8 /xlators/mgmt | |
parent | 05fd7d004a307a1aba158df82a868e3d271fe966 (diff) |
mgmt/glusterd: opinfo unlock should be done in txn_complete
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1664 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1664
Diffstat (limited to 'xlators/mgmt')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index e7a8c0d2c..4506b3a68 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -3716,7 +3716,6 @@ glusterd_op_send_cli_response (int32_t op, int32_t op_ret, goto out; out: - pthread_mutex_unlock (&opinfo.lock); gf_log ("", GF_LOG_NORMAL, "Returning %d", ret); return ret; } |