diff options
author | Lars Ellenberg <[email protected]> | 2023-01-13 13:35:37 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-01-29 15:18:33 -0700 |
commit | 2990ca29f36171e052ea42d8464ec2e21cf4485a (patch) | |
tree | b3de8aa4a953c7bd8b0130a39142a2e772151184 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 6d9be160df486d95cee30ba1f20d0c669db57c2a (diff) |
drbd: interval tree: make removing an "empty" interval a no-op
Trying to remove an "empty" (just initialized, or "cleared") interval
from the tree, this results in an endless loop.
As we typically protect the tree with a spinlock_irq,
the result is a hung system.
Be nice to error cleanup code paths, ignore removal of empty intervals.
Signed-off-by: Lars Ellenberg <[email protected]>
Signed-off-by: Christoph Böhmwalder <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions