diff options
author | David Teigland <teigland@redhat.com> | 2006-07-28 15:00:20 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-31 15:44:29 -0400 |
commit | de9b75d31e81e87685d8cc70052a003c654f1e8e (patch) | |
tree | 0af16068399368810bf4358893e477b64271ff4b /include/linux/lock_dlm_plock.h | |
parent | 420b9e5e45d33355471c8d2d593bb0e5d6c77421 (diff) |
[GFS2] add plock owner
We need to use fl_owner instead of fl_pid to track the owner of a posix
lock. Pass the owner value out to user space where cluster plocks are
managed.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/lock_dlm_plock.h')
-rw-r--r-- | include/linux/lock_dlm_plock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/lock_dlm_plock.h b/include/linux/lock_dlm_plock.h index 007b07a178ab..fc3415113973 100644 --- a/include/linux/lock_dlm_plock.h +++ b/include/linux/lock_dlm_plock.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #define GDLM_PLOCK_MISC_NAME "lock_dlm_plock" | 12 | #define GDLM_PLOCK_MISC_NAME "lock_dlm_plock" |
13 | 13 | ||
14 | #define GDLM_PLOCK_VERSION_MAJOR 1 | 14 | #define GDLM_PLOCK_VERSION_MAJOR 1 |
15 | #define GDLM_PLOCK_VERSION_MINOR 0 | 15 | #define GDLM_PLOCK_VERSION_MINOR 1 |
16 | #define GDLM_PLOCK_VERSION_PATCH 0 | 16 | #define GDLM_PLOCK_VERSION_PATCH 0 |
17 | 17 | ||
18 | enum { | 18 | enum { |
@@ -34,6 +34,7 @@ struct gdlm_plock_info { | |||
34 | __u64 number; | 34 | __u64 number; |
35 | __u64 start; | 35 | __u64 start; |
36 | __u64 end; | 36 | __u64 end; |
37 | __u64 owner; | ||
37 | }; | 38 | }; |
38 | 39 | ||
39 | #endif | 40 | #endif |