commit | b96f465035f9fae83c1d8de3e80eecfe6877608c | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Aug 25 12:51:44 2015 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Aug 25 14:41:50 2015 -0500 |
tree | 75659c1ba50859bf0b5537972f94f439f2d0867e | |
parent | 18df8a87badac0ab05679df9bd44b5033e30d97c [diff] |
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 <teigland@redhat.com>