From 1c8aa56a1bcff7640b65102782641ab0d53861d2 Mon Sep 17 00:00:00 2001 From: Pavan Vilas Sondur Date: Thu, 3 Dec 2009 14:51:05 +0000 Subject: mount/fuse: Use fuse lock_owner field in posix locks. 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 0af9ed35991..722651a4c9d 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -95,6 +95,8 @@ struct _call_stack_t { pid_t pid; uint32_t ngrps; uint32_t groups[GF_REQUEST_MAXGROUPS]; + uint64_t lk_owner; + call_frame_t frames; int32_t op; -- cgit