Skip to content
Commit f93576e1 authored by Dave Jones's avatar Dave Jones Committed by Konrad Rzeszutek Wilk
Browse files

xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages



Passing a freed 'pages' to free_xenballooned_pages will end badly
on kernels with slub debug enabled.

This looks out of place between the rc assign and the check, but
we do want to kfree pages regardless of which path we take.

Signed-off-by: default avatarDave Jones <davej@fedoraproject.org>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent bc1b0df5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment