Commit ff3e77f4 authored by Danny Auble's avatar Danny Auble
Browse files

Fix potential deadlock in the slurmctld when using list_for_each.

This partially reverts 89bcd975 and aac6bd39

Turns out you can't use a list_for_each and lock something inside the
list_for_each function that does a lock without the write lock.

Bug 4611
parent 88852fe4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment