aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-06 12:05:49 +0100
committerDavid S. Miller <davem@davemloft.net>2019-03-08 15:17:03 -0800
commit81bf7bbeabd241326f4edc97f4f5ba366f21cbe0 (patch)
tree718a0af2c130a4e8676ca569872f19ca98e632fc /net
parentvsock/virtio: fix kernel panic from virtio_transport_reset_no_sock (diff)
downloadlinux-dev-81bf7bbeabd241326f4edc97f4f5ba366f21cbe0.tar.xz
linux-dev-81bf7bbeabd241326f4edc97f4f5ba366f21cbe0.zip
vhost: silence an unused-variable warning
On some architectures, the MMU can be disabled, leading to access_ok() becoming an empty macro that does not evaluate its size argument, which in turn produces an unused-variable warning: drivers/vhost/vhost.c:1191:9: error: unused variable 's' [-Werror,-Wunused-variable] size_t s = vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX) ? 2 : 0; Mark the variable as __maybe_unused to shut up that warning. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions