diff options
Diffstat (limited to 'libglusterfs/src/stack.h')
| -rw-r--r-- | libglusterfs/src/stack.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 722651a4c9d..cad7f79bec2 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);  | 
