vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu
authorKeqian Zhu <zhukeqian1@huawei.com>
Mon, 12 Apr 2021 02:44:15 +0000 (10:44 +0800)
committerAlex Williamson <alex.williamson@redhat.com>
Wed, 14 Apr 2021 18:01:11 +0000 (12:01 -0600)
commit43dcf6ccf8953a868dfd194ff2fad279eb55883e
tree8e928717e135d3b08ae767b3f910fb565768aadd
parent9169cff168ff262b4b78597f542e23843d0c494a
vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu

pinned_page_dirty_scope is optimized out by commit 010321565a7d
("vfio/iommu_type1: Mantain a counter for non_pinned_groups"),
but appears again due to some issues during merging branches.
We can safely remove it here.

Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com>
Message-Id: <20210412024415.30676-1-zhukeqian1@huawei.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/vfio_iommu_type1.c