From 83487d024bcfe671ef83752c8c3a8b56b8dcee2b Mon Sep 17 00:00:00 2001 From: Pavan Vilas Sondur Date: Thu, 3 Dec 2009 14:51:09 +0000 Subject: protocol/server: Changes in protocol client to include lk_owner in protocol header. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 336 (Use lock owner field from fuse in locks) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=336 --- libglusterfs/src/stack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/stack.h') diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 722651a4c..cad7f79be 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -266,6 +266,7 @@ copy_frame (call_frame_t *frame) newstack->frames.this = frame->this; newstack->frames.root = newstack; newstack->pool = oldstack->pool; + newstack->lk_owner = oldstack->lk_owner; LOCK_INIT (&newstack->frames.lock); -- cgit