commit | 07f9eebcdfaeefc8f807fa1bcce1d7c3ae6661b1 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Mon Nov 17 12:28:48 2008 -0600 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Dec 01 14:46:45 2008 -0800 |
tree | 838ab2a397e1edb3dcfb55b54144f9fb0524cb75 | |
parent | 66f502a416f18cd36179290746aa53736c6b2828 [diff] |
ocfs2: fix wake_up in unlock_ast In ocfs2_unlock_ast(), call wake_up() on lockres before releasing the spin lock on it. As soon as the spin lock is released, the lockres can be freed. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>