cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern vfs_subr.c
Doug White
dwhite at FreeBSD.org
Sat Nov 12 21:21:28 GMT 2005
dwhite 2005-11-12 21:21:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/fs/devfs devfs_vnops.c
sys/kern vfs_subr.c
Log:
MFC:
src/sys/fs/devfs/devfs_vnops.c 1.128
src/sys/kern/vfs_subr.c 1.652
This is a workaround for a complicated issue involving VFS cookies and devfs.
The PR and patch have the details. The ultimate fix requires architectural
changes and clarifications to the VFS API, but this will prevent the system
from panicking when someone does "ls /dev" while running in a shell under the
linuxulator.
PR: 88249
Submitted by: "Devon H. O'Dell" <dodell at ixsystems.com>
Revision Changes Path
1.114.2.7 +24 -0 src/sys/fs/devfs/devfs_vnops.c
1.635.2.11 +4 -0 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list