diff options
| author | Pavan Vilas Sondur <pavan@gluster.com> | 2009-12-03 14:51:05 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-12-03 12:44:52 -0800 | 
| commit | 1c8aa56a1bcff7640b65102782641ab0d53861d2 (patch) | |
| tree | 74f3dc9b8ca40e283d935674cb91ae000c4a4f83 /libglusterfs/src | |
| parent | 4645dc9a0be85d64f0a19c4cc9cf8cdc24e24865 (diff) | |
mount/fuse: Use fuse lock_owner field in posix locks.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 336 (Use lock owner field from fuse in locks)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=336
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/stack.h | 2 | 
1 files changed, 2 insertions, 0 deletions
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;  | 
