cvs commit: src/sys/net if.c src/sys/dev/nmdm nmdm.c src/sys/dev/usb ugen.c uhid.c ulpt.c ums.c uscanner.c src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c

Bruce M Simpson bms at spc.org
Sun Sep 28 16:24:49 PDT 2003


On Sun, Sep 28, 2003 at 01:48:13PM -0700, Poul-Henning Kamp wrote:
>   Log:
>   I don't know from where the notion that device driver should or
>   even could call VOP_REVOKE() on vnodes associated with its dev_t's
>   has originated, but it stops right here.
>   
>   If there are things people belive destroy_dev() needs to learn how to
>   do, please tell me about it, preferably with a reproducible test case.

I have some drivers in my local tree which do this, to prevent any further
use of the device when removal is detected.

What alternative/workaround do you offer to achieve this functionality in
the light of the change you are making?

BMS


More information about the cvs-src mailing list