From: David Teigland Date: Tue, 25 Aug 2015 17:51:44 +0000 (-0500) Subject: dlm: fix lvb copy for user locks X-Git-Tag: omap-for-v4.3/fixes-rc1~106^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96f465035f9fae83c1d8de3e80eecfe6877608c;p=pandora-kernel.git dlm: fix lvb copy for user locks For a userland lock request, the previous and current lock modes are used to decide when the lvb should be copied back to the user. The wrong previous value was used, so that it always matched the current value. This caused the lvb to be copied back to the user in the wrong cases. Signed-off-by: David Teigland --- Reading git-diff-tree failed