Skip to content

Detach the zone views outside of the zone lock

Detaching the views in the zone_shutdown() could lead to lock-order-inversion between adb->namelocks[bucket], adb->lock, view->lock and zone->lock. Detach the views outside of the section that zone-locked.

Closes #3801 (closed)

Merge request reports