dlm: fix possible use-after-free
authorDavid Teigland <teigland@redhat.com>
Mon, 14 Jan 2008 21:48:58 +0000 (15:48 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 30 Jan 2008 17:04:42 +0000 (11:04 -0600)
The dlm_put_lkb() can free the lkb and its associated ua structure,
so we can't depend on using the ua struct after the put.

Signed-off-by: David Teigland <teigland@redhat.com>

No differences found