Opened 5 years ago
Last modified 5 years ago
#16042 new bug
diskimage unregister leaves empty directories in devfs
Reported by: | pulkomandy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
after unregistering a disk image, a directory is left in /dev/disk/virtual/files. I think it should be deleted?
Note:
See TracTickets
for help on using tickets.
There is code in src/system/kernel/disk_device_manager/KFileDiskDevice.cpp to delete the directories but it's commented out with a TODO saying that the devfs should take care of it. Was this ever done? Do all other drivers delete their own directories in the meantime?