Jeff Layton 20d5a39929 dlm: initialize file_lock struct in GETLK before copying conflicting lock
dlm_posix_get fills out the relevant fields in the file_lock before
returning when there is a lock conflict, but doesn't clean out any of
the other fields in the file_lock.

When nfsd does a NFSv4 lockt call, it sets the fl_lmops to
nfsd_posix_mng_ops before calling the lower fs. When the lock comes back
after testing a lock on GFS2, it still has that field set. This confuses
nfsd into thinking that the file_lock is a nfsd4 lock.

Fix this by making DLM reinitialize the file_lock before copying the
fields from the conflicting lock.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
2009-01-21 15:28:45 -06:00
..
2008-12-23 10:22:56 -06:00
2008-12-23 10:16:46 -06:00
2008-09-05 09:51:30 -05:00
2008-12-23 10:15:51 -06:00
2006-01-18 09:30:29 +00:00
2009-01-08 15:12:39 -06:00
2008-04-21 11:18:01 -05:00
2008-12-23 10:16:01 -06:00
2006-12-07 09:25:13 -05:00
2008-04-21 11:22:28 -05:00
2008-04-21 11:22:28 -05:00
2008-01-30 11:04:42 -06:00
2008-12-23 10:15:40 -06:00
2008-12-23 10:15:40 -06:00
2008-02-21 15:19:54 -06:00
2008-12-23 10:16:46 -06:00
2008-12-23 10:16:46 -06:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00