HomeFreeBSD

Remove vm_page_remque().

Description

Remove vm_page_remque().

Testing m->queue != PQ_NONE is not sufficient; see the commit log
message for r338276. As of r332974 vm_page_dequeue() handles
already-dequeued pages, so just replace vm_page_remque() calls with
vm_page_dequeue() calls.

Reviewed by: kib
Tested by: pho
Approved by: re (marius)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17025

Details

Provenance
markjAuthored on
Reviewer
kib
Differential Revision
D17025: Remove vm_page_remque().
Parents
rS338498: Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added by
Branches
Unknown
Tags
Unknown