HomeFreeBSD

lockmgr: avoid atomic on unlock in the slow path

Description

lockmgr: avoid atomic on unlock in the slow path

The code is pretty much guaranteed not to be able to unlock.

This is a minor nit. The code still performs way too many reads.
The altered exclusive-locked condition is supposed to be always
true as well, to be cleaned up at a later date.

Details

Provenance
mjgAuthored on
Parents
rS333815: Fix LayoutReturn for the FSID and ALL cases. At this time, I do not know
Branches
Unknown
Tags
Unknown