diff options
author | sephe <sephe@FreeBSD.org> | 2016-02-26 09:17:31 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-02-26 09:17:31 +0000 |
commit | f35c38ca8b4a1bc96f36e2e5646f37e10933bfc1 (patch) | |
tree | 14bfd06a4645ed5e5526d01a4675fe1c9b2e50e7 /sys/dev/hyperv/include | |
parent | 0f6642f3530c619cefbf34ef6d6ae1d0e53d4ef3 (diff) | |
download | FreeBSD-src-f35c38ca8b4a1bc96f36e2e5646f37e10933bfc1.zip FreeBSD-src-f35c38ca8b4a1bc96f36e2e5646f37e10933bfc1.tar.gz |
hyperv: Remove useless channel inbound_lock
It serves no purpose.
Reviewed by: Hongjiang Zhang <honzhan microsoft com>
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D5450
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index f45543b..2f82e02 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -753,8 +753,6 @@ typedef struct hv_vmbus_channel { */ hv_vmbus_ring_buffer_info inbound; - struct mtx inbound_lock; - struct taskqueue * rxq; struct task channel_task; hv_vmbus_pfn_channel_callback on_channel_callback; |