the bitrig natano_vdevgone branch has been created by natano.

it is 0 commits behind master, and 1 commit ahead.

commit c0e025a1434b19a6e51f0dee88180441b3342967
diff: https://github.com/bitrig/bitrig/commit/c0e025a
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.

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

Reply via email to