diff options
author | Pavan Vilas Sondur <pavan@gluster.com> | 2009-12-03 14:51:06 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-12-03 12:44:56 -0800 |
commit | e0c09ea80904a26ac932eec546d7675fc0d2cd08 (patch) | |
tree | 65a01c462e580668971def0b3574931996697328 /xlators/features/locks/src/locks.h | |
parent | 1c8aa56a1bcff7640b65102782641ab0d53861d2 (diff) |
features/locks: Use lock_owner from fuse 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 'xlators/features/locks/src/locks.h')
-rw-r--r-- | xlators/features/locks/src/locks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/locks/src/locks.h b/xlators/features/locks/src/locks.h index 4738da068c9..1b234dd17fd 100644 --- a/xlators/features/locks/src/locks.h +++ b/xlators/features/locks/src/locks.h @@ -51,6 +51,7 @@ struct __posix_lock { transport_t *transport; /* to identify client node */ pid_t client_pid; /* pid of client process */ + uint64_t owner; /* lock owner from fuse */ }; typedef struct __posix_lock posix_lock_t; |