summaryrefslogtreecommitdiffstats
path: root/xlators/features/leases/src/leases-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/leases/src/leases-internal.c')
-rw-r--r--xlators/features/leases/src/leases-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/leases/src/leases-internal.c b/xlators/features/leases/src/leases-internal.c
index 6884b581273..1f79e554489 100644
--- a/xlators/features/leases/src/leases-internal.c
+++ b/xlators/features/leases/src/leases-internal.c
@@ -482,8 +482,8 @@ add_inode_to_client_list (xlator_t *this, inode_t *inode, const char *client_uid
"cleanup list, gfid(%s)", inode, client_uid,
uuid_utoa (inode->gfid));
}
- pthread_mutex_unlock (&priv->mutex);
out:
+ pthread_mutex_unlock (&priv->mutex);
return ret;
}