]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52ba20c3152a63e92fd6ffb0b72b79b26c5491e0
tree8e928717e135d3b08ae767b3f910fb565768aadd
parentda7912d4cba4a764caea61d4f120c020e9f8de2c
vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu

pinned_page_dirty_scope is optimized out by commit 801fd9d7c946
("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