Arnd Bergmann
81bf7bbeab
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>
2019-03-08 15:17:03 -08:00
..
2019-02-07 12:24:28 +01:00
2019-02-01 15:50:26 +01:00
2019-02-06 12:47:09 -07:00
2019-01-17 11:27:00 -08:00
2019-02-15 19:48:39 +01:00
2019-03-04 19:16:09 -08:00
2019-01-10 13:39:19 +02:00
2019-02-12 09:13:18 -07:00
2019-03-02 19:51:23 +01:00
2019-03-05 09:09:55 -08:00
2018-12-29 08:20:44 -07:00
2019-03-05 09:09:55 -08:00
2019-02-20 11:40:21 -08:00
2019-01-29 07:53:47 -08:00
2019-03-08 15:06:38 -08:00
2019-02-19 11:17:37 +01:00
2019-01-30 22:57:42 +01:00
2019-03-05 09:09:55 -08:00
2018-12-28 12:11:47 -08:00
2018-12-11 11:40:13 +09:00
2019-01-21 10:36:53 +01:00
2019-02-10 10:39:37 -08:00
2019-01-04 13:13:46 -08:00
2019-01-24 17:13:59 +01:00
2018-11-23 11:46:22 +09:00
2018-11-14 09:06:32 +09:00
2019-01-22 20:40:59 -05:00
2019-02-17 09:22:01 -08:00
2019-01-31 16:19:48 +01:00
2018-12-02 16:25:28 -08:00
2018-12-10 10:17:45 +01:00
2019-03-04 15:32:51 +00:00
2019-02-28 14:05:33 +10:00
2019-01-29 12:09:11 +01:00
2018-12-05 00:16:59 +01:00
2019-01-09 19:20:31 -05:00
2019-02-25 09:06:00 -08:00
2019-01-03 11:42:10 -08:00
2018-12-19 20:21:06 +01:00
2019-02-15 09:45:05 +01:00
2019-03-04 19:05:02 -08:00
2019-01-31 08:25:09 -07:00
2019-02-03 13:10:41 +01:00
2019-02-26 08:49:05 -08:00
2019-02-17 08:30:35 -08:00
2019-03-01 09:13:04 -08:00
2019-02-10 09:54:19 -08:00
2019-03-07 09:25:52 -08:00
2019-03-04 19:33:04 -08:00
2018-12-22 14:45:35 -07:00
2019-01-03 18:57:57 -08:00
2019-02-18 10:40:58 -06:00
2019-02-15 09:12:28 -08:00
2019-01-16 11:13:25 -05:00
2019-01-05 11:30:37 -08:00
2018-12-28 16:52:18 -08:00
2018-12-18 23:13:12 -05:00
2019-01-29 10:55:34 +01:00
2019-02-01 15:53:54 +01:00
2019-03-01 09:50:10 +01:00
2019-03-04 19:23:56 -08:00
2019-03-08 14:45:42 -08:00
2019-01-08 07:58:37 -05:00
2019-01-21 09:57:43 -08:00
2019-02-12 09:29:07 +01:00
2018-12-06 15:45:46 +01:00
2019-02-04 18:33:36 -08:00
2019-01-04 12:19:40 +01:00
2019-02-21 20:37:12 +01:00
2018-11-27 08:31:27 +01:00
2019-02-08 15:32:10 -08:00
2019-01-05 11:23:17 -08:00
2019-01-04 10:13:27 +00:00
2019-02-07 18:10:25 -08:00
2019-02-17 22:24:32 +01:00
2019-01-29 10:59:07 +01:00
2019-01-03 18:57:57 -08:00
2018-12-28 20:22:45 -08:00
2018-12-29 13:03:29 -08:00
2019-02-19 14:15:40 -08:00
2018-12-24 12:06:56 +01:00
2019-01-08 07:58:37 -05:00
2018-12-22 00:25:54 +09:00
2019-03-04 00:01:08 +00:00
2019-01-14 20:15:19 -05:00
2019-01-07 16:38:51 +01:00
2019-01-01 13:24:31 -08:00
2019-03-05 11:13:10 -08:00
2018-12-26 10:32:18 -08:00
2019-03-02 11:39:54 -08:00
2018-12-06 15:50:06 +01:00
2019-03-05 11:28:25 -08:00
2018-11-12 15:36:06 +05:30
2019-03-04 15:32:51 +00:00
2019-03-05 08:26:13 -08:00
2019-02-04 21:40:32 -05:00
2019-02-28 10:23:04 +01:00
2019-02-05 15:50:13 -08:00
2018-12-05 12:01:56 +03:00
2019-02-08 10:49:55 -08:00
2018-12-28 20:54:57 -08:00
2019-02-24 22:27:19 -08:00
2018-11-07 13:22:06 +01:00
2019-02-18 14:57:50 -07:00
2019-03-08 15:17:03 -08:00
2019-01-25 12:58:40 -10:00
2018-11-11 12:58:27 -08:00
2019-02-05 15:29:48 -05:00
2018-12-22 00:25:54 +09:00
2019-01-07 10:10:35 +01:00
2019-01-23 22:14:56 +01:00
2018-12-29 13:40:29 -08:00
2018-11-12 10:33:49 +01:00