diff options
author | 2022-04-04 16:06:29 -0400 | |
---|---|---|
committer | 2022-04-06 14:01:49 -0500 | |
commit | 67e4d8c51dc6e1cc1c2e559ed6fcf9ea1bca654a (patch) | |
tree | deb640eb9afed2285c871e0aac02a118c414e461 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dlm: uninitialized variable on error in dlm_listen_for_all() (diff) | |
download | linux-dev-67e4d8c51dc6e1cc1c2e559ed6fcf9ea1bca654a.tar.xz linux-dev-67e4d8c51dc6e1cc1c2e559ed6fcf9ea1bca654a.zip |
dlm: fix missing check in validate_lock_args
This patch adds a additional check if lkb->lkb_wait_count is non zero as
it is done in validate_unlock_args() to check if any operation is in
progress. While on it add a comment taken from validate_unlock_args() to
signal what the check is doing.
There might be no changes because if lkb->lkb_wait_type is non zero
implies that lkb->lkb_wait_count is non zero. However we should add the
check as it does validate_unlock_args().
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions