K 10 svn:author V 5 markj K 8 svn:date V 27 2018-05-17T04:27:08.506828Z K 7 svn:log V 251 Fix a race in vm_page_pagequeue_lockptr(). The value of m->queue must be cached after comparing it with PQ_NONE, since it may be concurrently changing. Reported by: glebius Reviewed by: jeff Differential Revision: https://reviews.freebsd.org/D15462 END