diff options
author | 2023-08-15 10:01:26 -0300 | |
---|---|---|
committer | 2023-08-15 10:01:26 -0300 | |
commit | a35762dd14adb952442e487d8dad4bb50b614b2b (patch) | |
tree | 4d21de11837f293860db8abbea8db161f1018edb /include/linux/blkdev.h | |
parent | iommufd/selftest: Make the mock iommu driver into a real driver (diff) | |
parent | Linux 6.5-rc6 (diff) | |
download | wireguard-linux-a35762dd14adb952442e487d8dad4bb50b614b2b.tar.xz wireguard-linux-a35762dd14adb952442e487d8dad4bb50b614b2b.zip |
Merge tag 'v6.5-rc6' into iommufd for-next
Required for following patches.
Resolve merge conflict by using the hunk from the for-next branch and
shifting the iommufd_object_deref_user() into iommufd_hw_pagetable_put()
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index ed44a997f629..87d94be7825a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -969,7 +969,6 @@ struct blk_plug { bool multiple_queues; bool has_elevator; - bool nowait; struct list_head cb_list; /* md requires an unplug callback */ }; |