]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd174a8638c12152a930de9cd35e7d2d5d988d150
tree76d6d11a5168e6062d04c64ce88c9d7a7e50e583
parentc0bf4caf7fc8f613f00143785e3ae07e9ea78b96
dlm: fix ast ordering for user locks

Commit ec0ee6402684e71dd2f78c5671dbb4ca3ad3641a 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