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" <[EMAIL PROTECTED]> 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"