From owner-cvs-src@FreeBSD.ORG Sat Nov 12 21:21:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1960316A425; Sat, 12 Nov 2005 21:21:28 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7E443D46; Sat, 12 Nov 2005 21:21:27 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jACLLRoS052156; Sat, 12 Nov 2005 21:21:27 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jACLLREX052155; Sat, 12 Nov 2005 21:21:27 GMT (envelope-from dwhite) Message-Id: <200511122121.jACLLREX052155@repoman.freebsd.org> From: Doug White Date: Sat, 12 Nov 2005 21:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 21:21:28 -0000 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" 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