commit | 2066b58b0a038d7aedd24133677efb8856cac3a1 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Thu Dec 06 09:35:25 2007 -0600 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:08:23 2008 +0000 |
tree | 0afb8a5ee7a9c1a0e4f618b818f8bd05ccd8c3a9 | |
parent | dbee2199c37336e89060fbe9abdfd1ca8454372a [diff] |
[GFS2] use pid for plock owner for nfs clients The fl_owner is that of lockd when posix locks arrive from nfs clients, so it can't be used to distinguish between lock holders. Use fl_pid as owner instead; it's the pid of the process on the nfs client. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>