dlm: fix ast ordering for user locks
authorDavid Teigland <teigland@redhat.com>
Thu, 25 Mar 2010 19:23:13 +0000 (14:23 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 30 Apr 2010 19:52:51 +0000 (14:52 -0500)
Commit 7fe2b3190b8b299409f13cf3a6f85c2bd371f8bb fixed possible
misordering of completion asts (casts) and blocking asts (basts)
for kernel locks.  This patch does the same for locks taken by
user space applications.

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

No differences found