x86/mm: Use flags for _put_page_type rather than a boolean
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 31 Oct 2019 16:08:55 +0000 (17:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 31 Oct 2019 16:08:55 +0000 (17:08 +0100)
commitd78a96731f251ffb2c1a4db40f123603f111396f
tree551705176932a5155cd84aab11cc7899359ddad8
parentc20ab0caefe5576148542a2f3d284752ca55d728
x86/mm: Use flags for _put_page_type rather than a boolean

This is in mainly in preparation for _put_page_type taking the
partial_flags value in the future.  It also makes it easier to read in
the caller (since you see a flag name rather than `true` or `false`).

No functional change intended.

This is part of XSA-299.

Reported-by: George Dunlap <george.dunlap@citrix.com>
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
master commit: 0121588ec0f6950ed65d906d860df49be2c8e655
master date: 2019-10-31 16:12:53 +0100
xen/arch/x86/mm.c