Date: Mon, 20 Oct 2003 00:04:09 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c Message-ID: <200310200704.h9K749vu019956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/10/20 00:04:09 PDT
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_vnops.c
Log:
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
Revision Changes Path
1.66 +6 -7 src/sys/fs/devfs/devfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310200704.h9K749vu019956>
