From: Jennifer Herbert Date: Mon, 5 Jan 2015 16:49:22 +0000 (+0000) Subject: xen-blkback: safely unmap grants in case they are still in use X-Git-Tag: fixes-v4.0-rc1~162^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43cf3ea838541ea9f066f4f1aa7b197cba6276e;p=pandora-kernel.git xen-blkback: safely unmap grants in case they are still in use Use gnttab_unmap_refs_async() to wait until the mapped pages are no longer in use before unmapping them. This allows blkback to use network storage which may retain refs to pages in queued skbs after the block I/O has completed. Signed-off-by: Jennifer Herbert Acked-by: Roger Pau Monné Acked-by: Jens Axboe Signed-off-by: David Vrabel --- Reading git-diff-tree failed