Home
last modified time | relevance | path

Searched hist:"6 e1e759c562c882133a0d2cc6337309692c41662" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_fault.cdiff 6e1e759c562c882133a0d2cc6337309692c41662 Mon May 28 18:23:39 CEST 2018 Alan Cox <alc@FreeBSD.org> Addendum to r334233. In vm_fault_populate(), since the page lock is held,
we must use vm_page_xunbusy_maybelocked() rather than vm_page_xunbusy() to
unbusy the page.

Reviewed by: kib
X-MFC with: r334233