Searched hist:"385 b4265fcad6135f838ff171d504e9883acea4e" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_pager.h | diff 385b4265fcad6135f838ff171d504e9883acea4e Wed Aug 06 21:34:03 CEST 2014 Konstantin Belousov <kib@FreeBSD.org> The vm_pager_page_unswapped() pager op is only implemented for the swap pager. Swap pager uses a private mutex to protect swap metadata, and does not rely on the vm object lock to ensure integrity of it.
Weaken the requirement for the vm object lock by only asserting locked object in vm_pager_page_unswapped(), instead of locked exclusively.
Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week
|