Skip to content

Commit 43dcf6c

Browse files
Keqian Zhuawilliam
authored andcommitted
vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu
pinned_page_dirty_scope is optimized out by commit 0103215 ("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 <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
1 parent 9169cff commit 43dcf6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/vfio/vfio_iommu_type1.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ struct vfio_iommu {
7777
bool v2;
7878
bool nesting;
7979
bool dirty_page_tracking;
80-
bool pinned_page_dirty_scope;
8180
bool container_open;
8281
};
8382

0 commit comments

Comments
 (0)