David Teigland fa9f0e4925 [DLM] confirm master for recovered waiting requests
Fixing the following scenario:
- A request is on the waiters list waiting for a reply from a remote node.
- The request is the first one on the resource, so first_lkid is set.
- The remote node fails causing recovery.
- During recovery the requesting node becomes master.
- The request is now processed locally instead of being a remote operation.
- At this point we need to call confirm_master() on the resource since
  we're certain we're now the master node.  This will clear first_lkid.
- We weren't calling confirm_master(), so first_lkid was not being cleared
  causing subsequent requests on that resource to get stuck.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2006-09-08 17:00:12 -04:00
..
2006-08-23 16:07:31 -04:00
2006-01-18 09:30:29 +00:00
2006-04-28 10:50:41 -04:00
2006-08-09 09:46:04 -04:00
2006-01-18 09:30:29 +00:00
2006-07-13 09:25:34 -04:00
2006-08-21 09:50:09 -04:00
2006-09-07 09:44:01 -04:00
2006-07-13 09:25:34 -04:00
2006-04-28 10:50:41 -04:00
2006-07-13 09:25:34 -04:00
2006-07-13 09:25:34 -04:00
2006-08-09 09:44:54 -04:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00
2006-08-31 12:15:37 -04:00
2006-07-13 09:25:34 -04:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00