mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 03:03:32 +00:00
![Alexander Motin](/assets/img/avatar_default.png)
Fix reference counting bug, when device unreferenced before then invalidated. To do it, do not handle validity flag as another reference, but explicitly modify reference count each time flag is modified. Discovered by: thompsa