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)
commit89d799d008710e048ee14df4f4e5441e9f4d5d50
tree76d6d11a5168e6062d04c64ce88c9d7a7e50e583
parent99fb19d49ecbeb390e023f58867c227a15f422f7
dlm: fix ast ordering for user locks

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>
fs/dlm/user.c