commit | a879211bf1d70339e429603805c014450c275f2a | [log] [tgz] |
---|---|---|
author | Daniel De Graaf <dgdegra@tycho.nsa.gov> | Thu Feb 03 12:19:00 2011 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Feb 14 14:08:50 2011 -0500 |
tree | 6382aaee07a5e1aa3bbb7c9e35273f789a39cbd1 | |
parent | ef91082e90491ac99343a13f9aeff4669835c6cc [diff] |
xen-gntdev: Use find_vma rather than iterating our vma list manually This should be faster if many mappings exist, and also removes the only user of map->vma not related to PTE modification. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>