1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/fs/devfs
Poul-Henning Kamp 7e8766a940 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
2003-10-20 07:04:09 +00:00
..
devfs_devs.c NODEVFS cleanup: 2003-03-02 13:35:30 +00:00
devfs_rule.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
devfs_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
devfs_vnops.c When a driver successfully created a device on demand, we can directly 2003-10-20 07:04:09 +00:00
devfs.h