commit | 06454c24adf54114a56524444b4e3e915e1879bc | [log] [tgz] |
---|---|---|
author | Paul Durrant <paul.durrant@citrix.com> | Thu May 17 16:35:55 2018 +0100 |
committer | Stefano Stabellini <sstabellini@kernel.org> | Tue May 22 11:43:21 2018 -0700 |
tree | f4bea920b904dffcb61cc2f868a47769a507591f | |
parent | 3fe12b8403111021e6eaae3b44d01a34922c176a [diff] |
xen_disk: remove use of grant map/unmap Now that the (native or emulated) xen_be_copy_grant_refs() helper is always available, the xen_disk code can be significantly simplified by removing direct use of grant map and unmap operations. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Acked-by: Anthony Perard <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>