Fix cdevsw_remove() warnings related to the removal of mass media (e.g.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 15 Sep 2004 02:56:35 +0000 (02:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 15 Sep 2004 02:56:35 +0000 (02:56 +0000)
commit0015ee8d6cfd1247579c17fc0989cffad8f5c588
treeb163994faaee6f5bf5daefe79c1f7fb0015d213a
parent7a651277b1ecc6e4dd23bd29f0f42cbf98757e39
Fix cdevsw_remove() warnings related to the removal of mass media (e.g.
usb memory sticks).  disk_destroy() was not properly specifying the unit
number when destroying the cdevsw and raw device.
sys/kern/subr_disk.c