From: David Teigland Date: Wed, 24 Feb 2010 17:59:23 +0000 (-0600) Subject: dlm: send reply before bast X-Git-Tag: v2.6.34-rc1~277^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6620acc0f6fac57968aafef79ab372bdcf6157;p=pandora-kernel.git dlm: send reply before bast When the lock master processes a successful operation (request, convert, cancel, or unlock), it will process the effects of the change before sending the reply for the operation. The "effects" of the operation are: - blocking callbacks (basts) for any newly granted locks - waiting or converting locks that can now be granted The cast is queued on the local node when the reply from the lock master is received. This means that a lock holder can receive a bast for a lock mode that is doesn't yet know has been granted. Signed-off-by: David Teigland --- Reading git-diff-tree failed