diff options
author | 2020-09-24 10:31:22 -0400 | |
---|---|---|
committer | 2020-09-29 14:00:32 -0500 | |
commit | 0461e0db941f8f49dcfd0576c4449f2e5beda2f6 (patch) | |
tree | a6a75397a874a1d8f41c7896745b02c40eac8126 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs: dlm: use free_con to free connection (diff) | |
download | wireguard-linux-0461e0db941f8f49dcfd0576c4449f2e5beda2f6.tar.xz wireguard-linux-0461e0db941f8f49dcfd0576c4449f2e5beda2f6.zip |
fs: dlm: remove lock dependency warning
During my experiments to make dlm robust against tcpkill application I
was able to run sometimes in a circular lock dependency warning between
clusters_root.subsys.su_mutex and con->sock_mutex. We don't need to
held the sock_mutex when getting the mark value which held the
clusters_root.subsys.su_mutex. This patch moves the specific handling
just before the sock_mutex will be held.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions