From: David Teigland Date: Mon, 14 Jan 2008 21:48:58 +0000 (-0600) Subject: dlm: fix possible use-after-free X-Git-Tag: v2.6.25-rc1~1139^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5246b972f7514af899a63c0faf831d05ed5ee1;p=pandora-kernel.git dlm: fix possible use-after-free 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 --- Reading git-diff-tree failed