]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In vm_page_ps_test(), always check that the base pages within the specified
authorAlan Cox <alc@FreeBSD.org>
Sun, 23 Jul 2017 05:54:56 +0000 (05:54 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 23 Jul 2017 05:54:56 +0000 (05:54 +0000)
commit1d3b9818e7b498f8c24eeb7e8a02454e9cbd4854
treeeebd058eb943a9785fde96d92e05fd071a1ec908
parent4e64c625644fd884b28c36720ac518a2587bddb2
In vm_page_ps_test(), always check that the base pages within the specified
superpage all belong to the same object.  To date, that check has not been
needed, but upcoming changes require it.  (See the Differential Revision.)

Reviewed by: kib, markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D11556
sys/vm/vm_page.c