cvs commit: src/sys/kern vfs_subr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 18 09:45:49 PDT 2003
dillon 2003/08/18 09:45:30 PDT
Modified files:
sys/kern vfs_subr.c
Log:
The make release process tries to stat/open a non-existant device, which
causes addalias() to be called with a NULL dev. Add code to addaliasu()
to check that the device actually exists before trying to add the vnode to
its alias list.
Found by: ROBERT GARRETT <rg70 at xxxxxxxxxxxxx>, Jeffrey Hsu <hsu at xxxxxxxxxxx>
Revision Changes Path
1.16 +8 -8 src/sys/kern/vfs_subr.c
More information about the Commits
mailing list