From: Jason Wang Date: Fri, 18 Nov 2016 07:58:39 +0000 (+0800) Subject: vhost: remove unused feature bit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d390464bf22a47252eb976efae2f462c5c884e5;p=linux.git vhost: remove unused feature bit Signed-off-by: Jason Wang Signed-off-by: Michael S. Tsirkin --- diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h index 56b7ab584cc07..60180c0b5dc6a 100644 --- a/include/uapi/linux/vhost.h +++ b/include/uapi/linux/vhost.h @@ -172,8 +172,6 @@ struct vhost_memory { #define VHOST_F_LOG_ALL 26 /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */ #define VHOST_NET_F_VIRTIO_NET_HDR 27 -/* Vhost have device IOTLB */ -#define VHOST_F_DEVICE_IOTLB 63 /* VHOST_SCSI specific definitions */