K 10 svn:author V 3 phk K 8 svn:date V 27 2003-10-20T07:04:09.000000Z K 7 svn:log V 296 When a driver successfully created a device on demand, we can directly pick up the DEVFS inode number from the dev_t and find our directory entry from that, we don't need to scan the directory to find it. This also solves an issue with on-demand devices in subdirectories. Submitted by: cognet END