]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug introduced in r356002. Prior versions of this patchset had
authorJeff Roberson <jeff@FreeBSD.org>
Sun, 22 Dec 2019 20:35:50 +0000 (20:35 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Sun, 22 Dec 2019 20:35:50 +0000 (20:35 +0000)
commit419f0b1f950b6f970c70c672f5e67f8b735fa856
tree37b1df106096062af13ea3bfeff4235a3218b268
parentcd0c3137f8a21968ce147251633b8dbdde8829e7
Fix a bug introduced in r356002.  Prior versions of this patchset had
vm_page_remove() rather than !vm_page_wired() as the condition for free.
When this changed back to wired the busy lock was leaked.

Reported by: pho
Reviewed by: markj
sys/vm/vm_fault.c