Files
mirror_zfs/include/sys
Ameer Hamza ab3db6d15d arc: avoid possible deadlock in arc_read
In l2arc_evict(), the config lock may be acquired in reverse order
(e.g., first the config lock (writer), then a hash lock) unlike in
arc_read() during scenarios like L2ARC device removal. To avoid
deadlocks, if the attempt to acquire the config lock (reader) fails
in arc_read(), release the hash lock, wait for the config lock, and
retry from the beginning.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
Closes #17071
2025-02-25 14:32:12 -05:00
..
2024-05-31 15:13:39 -07:00
2022-05-10 10:18:51 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2021-06-07 09:02:47 -07:00
2023-01-10 13:39:22 -08:00
2024-11-04 16:42:06 -08:00
2024-09-04 14:17:02 -07:00
2024-09-04 14:17:02 -07:00
2024-09-14 13:47:59 -07:00
2024-09-14 13:47:59 -07:00
2023-03-14 15:25:50 -07:00
2023-05-09 09:03:10 -07:00
2025-02-22 18:46:26 -05:00
2017-10-11 16:54:48 -04:00
2024-04-09 16:23:19 -07:00
2019-06-19 09:48:12 -07:00
2024-09-17 13:53:39 -07:00
2025-01-16 21:09:45 -05:00
2024-05-31 15:13:30 -07:00
2024-05-31 15:13:16 -07:00
2024-09-14 13:47:59 -07:00
2024-10-02 20:47:11 -07:00
2018-02-08 15:28:18 -08:00
2024-09-14 13:47:59 -07:00
2022-06-29 14:08:54 -07:00
2024-09-14 13:47:59 -07:00
2025-02-25 14:32:12 -05:00
2023-01-05 09:31:55 -08:00