the bitrig master branch has been updated by natano with 1 new commit: commit 2c349842a8296fba1321316a525852f94ba3c5c9 diff: https://github.com/bitrig/bitrig/commit/2c34984 author: Martin Natano <[email protected]> date: Mon Jan 26 20:13:17 2015 +0100
Add some missing vdevgone() calls. vdevgone revokes the vnodes associated with a device. The missing calls don't seem to have been harmful, but vdevgone() should be called nonetheless when a device is gone to prevent dangling vnodes, which we already know will fail on access. ok pedro@ M sys/arch/amd64/include/conf.h M sys/arch/arm/include/conf.h M sys/dev/ic/lpt.c M sys/dev/pci/bktr/bktr_os.c M sys/dev/pci/drm/drm_drv.c M sys/dev/pci/pci.c M sys/dev/usb/usb.c M sys/dev/vscsi.c M sys/net/if_tun.c M sys/scsi/ch.c
