git: if_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task from softc struct.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun Mar 25 12:08:46 PDT 2018


commit af62becb69fced07907e16f75095de297a34eaba
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun Mar 25 21:05:04 2018 +0200

    if_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task from softc struct.
    
    * Forgot to remove the softc variables in the changes
      c5f8e1538bcc13f7a39b805bcc5b774780 and 603be9646446bdb4292b6cd27544788c2c.
    
    * Also remove a leftover taskqueue_drain() call.

Summary of changes:
 sys/dev/virtual/virtio/net/if_vtnet.c    | 2 --
 sys/dev/virtual/virtio/net/if_vtnetvar.h | 4 ----
 2 files changed, 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af62becb69fced07907e16f75095de297a34eaba


-- 
DragonFly BSD source repository


More information about the Commits mailing list