Skip to content
Commit 755b5eb8 authored by David Teigland's avatar David Teigland
Browse files

dlm: limit dir lookup loop



In a rare case we may need to repeat a local resource directory lookup
due to a race with removing the rsb and removing the resdir record.
We'll never need to do more than a single additional lookup, though,
so the infinite loop around the lookup can be removed.  In addition
to being unnecessary, the infinite loop is dangerous since some other
unknown condition may appear causing the loop to never break.

Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 42dc1601
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