From cbe454b7189255a74df4464e12dff0fcf0064240 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 8 Apr 2014 12:28:04 +0530 Subject: features/locks: Fix a missing assignment in new_entrylk_lock() Change-Id: If5c03456d61ec930d588b57781fb545eed18e4a2 BUG: 1085220 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.org/7413 Reviewed-by: Pranith Kumar Karampuri Tested-by: Gluster Build System Reviewed-by: Santosh Pradhan --- xlators/features/locks/src/entrylk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/features') diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c index ea6995627..dc86512be 100644 --- a/xlators/features/locks/src/entrylk.c +++ b/xlators/features/locks/src/entrylk.c @@ -62,6 +62,7 @@ new_entrylk_lock (pl_inode_t *pinode, const char *basename, entrylk_type type, newlock->volume = domain; newlock->owner = frame->root->lk_owner; newlock->frame = frame; + newlock->this = frame->this; if (conn_id) { newlock->connection_id = gf_strdup (conn_id); -- cgit