From owner-cvs-all@FreeBSD.ORG Fri Oct 29 11:10:55 2004 Return-Path: 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 5F65016A4CF; Fri, 29 Oct 2004 11:10:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D12043D55; Fri, 29 Oct 2004 11:10:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9TBAtOc060144; Fri, 29 Oct 2004 11:10:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9TBAtIm060143; Fri, 29 Oct 2004 11:10:55 GMT (envelope-from phk) Message-Id: <200410291110.i9TBAtIm060143@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 29 Oct 2004 11:10:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 29 Oct 2004 11:10:55 -0000 phk 2004-10-29 11:10:55 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Don't give disks special treatment, they don't come this way anymore. Revision Changes Path 1.79 +0 -37 src/sys/fs/devfs/devfs_vnops.c