svn commit: r311369 - stable/11/sys/dev/hyperv/vmbus
Sepherosa Ziehau
sephe at FreeBSD.org
Thu Jan 5 05:54:23 UTC 2017
Author: sephe
Date: Thu Jan 5 05:54:22 2017
New Revision: 311369
URL: https://svnweb.freebsd.org/changeset/base/311369
Log:
MFC 309319
hypver/vmbus: Remove extra assertion.
It is asserted by vmbus_chan_gpadl_connect() now.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8660
Modified:
stable/11/sys/dev/hyperv/vmbus/vmbus_chan.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/hyperv/vmbus/vmbus_chan.c
==============================================================================
--- stable/11/sys/dev/hyperv/vmbus/vmbus_chan.c Thu Jan 5 05:51:00 2017 (r311368)
+++ stable/11/sys/dev/hyperv/vmbus/vmbus_chan.c Thu Jan 5 05:54:22 2017 (r311369)
@@ -405,8 +405,6 @@ vmbus_chan_open_br(struct vmbus_channel
/*
* Connect the bufrings, both RX and TX, to this channel.
*/
- KASSERT(chan->ch_bufring_gpadl == 0,
- ("bufring GPADL is still connected"));
error = vmbus_chan_gpadl_connect(chan, cbr->cbr_paddr,
txbr_size + rxbr_size, &chan->ch_bufring_gpadl);
if (error) {
More information about the svn-src-stable-11
mailing list