Daniel De Graaf 16a1d0225e xen/gntdev: correctly unmap unlinked maps in mmu notifier
If gntdev_ioctl_unmap_grant_ref is called on a range before unmapping
it, the entry is removed from priv->maps and the later call to
mn_invl_range_start won't find it to do the unmapping. Fix this by
creating another list of freeable maps that the mmu notifier can search
and use to unmap grants.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2013-01-15 16:01:30 -05:00
..
2013-01-15 15:58:25 -05:00
2013-01-15 15:58:25 -05:00
2012-04-19 15:12:49 -04:00
2013-01-15 16:00:52 -05:00
2011-12-16 13:29:31 -05:00
2012-03-22 20:16:14 -07:00