From owner-cvs-all@FreeBSD.ORG Wed Nov 9 22:03:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4512616A41F; Wed, 9 Nov 2005 22:03:51 +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 165D543D48; Wed, 9 Nov 2005 22:03:51 +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 jA9M3oXC013055; Wed, 9 Nov 2005 22:03:50 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA9M3omu013054; Wed, 9 Nov 2005 22:03:50 GMT (envelope-from dwhite) Message-Id: <200511092203.jA9M3omu013054@repoman.freebsd.org> From: Doug White Date: Wed, 9 Nov 2005 22:03:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 22:03:51 -0000 dwhite 2005-11-09 22:03:50 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/fs/devfs devfs_vnops.c Log: 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. This issue affects HEAD and RELENG_6 only. PR: 88249 Submitted by: "Devon H. O'Dell" MFC after: 3 days Revision Changes Path 1.128 +24 -0 src/sys/fs/devfs/devfs_vnops.c 1.652 +4 -0 src/sys/kern/vfs_subr.c