Date: Sat, 12 Nov 2005 21:21:27 +0000 (UTC) From: Doug White <dwhite@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 src/sys/kern vfs_subr.c Message-ID: <200511122121.jACLLREX052155@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511122121.jACLLREX052155>
