]> xenbits.xen.org Git - xenclient/kernel.git/commit
netback: handle non-netback foreign pages linux-2.6.18-xen.hg-717-ac9a6209c679
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Dec 2008 11:51:36 +0000 (11:51 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Dec 2008 11:51:36 +0000 (11:51 +0000)
commit5bc780ae2606437ad77898983d6597e6f6ef2373
treedeecadd4f332cb15c10e3d716355636d9b3979cc
parent195620865e46aaee72c8be31db1aee8289050fce
netback: handle non-netback foreign pages

An SKB can contain pages which are foreign but not tracked by netback,
such as those created by gnttab_copy_grant_page when in
NETBK_DELAYED_COPY_SKB mode. These pages do not have a mapping field
which points to a valid offset in the pending_tx_info array.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
drivers/xen/netback/netback.c