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)
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

index 53b4a6345a2322232f4fc3eeb44cc71558ab7316..07296326d24de3308014f5f2656d35fdff5ff9f3 100644 (file)
@@ -77,7 +77,6 @@ struct vfio_iommu {
        bool                    v2;
        bool                    nesting;
        bool                    dirty_page_tracking;
-       bool                    pinned_page_dirty_scope;
        bool                    container_open;
 };