From owner-cvs-src@FreeBSD.ORG Mon Jul 17 09:07:22 2006 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 C44E116A4E6; Mon, 17 Jul 2006 09:07:22 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6F043D5D; Mon, 17 Jul 2006 09:07:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6H972eH066246; Mon, 17 Jul 2006 09:07:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6H972CA066245; Mon, 17 Jul 2006 09:07:02 GMT (envelope-from phk) Message-Id: <200607170907.k6H972CA066245@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 Jul 2006 09:07:02 +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/conf NOTES options src/sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c src/sys/kern kern_mac.c src/sys/security/mac mac_vfs.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: Mon, 17 Jul 2006 09:07:22 -0000 phk 2006-07-17 09:07:02 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c sys/kern kern_mac.c sys/security/mac mac_vfs.c Log: Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in DEVFS. Remove the opt_devfs.h file now that it is empty. Revision Changes Path 1.1374 +0 -2 src/sys/conf/NOTES 1.553 +0 -4 src/sys/conf/options 1.46 +0 -1 src/sys/fs/devfs/devfs_devs.c 1.22 +0 -2 src/sys/fs/devfs/devfs_rule.c 1.50 +0 -2 src/sys/fs/devfs/devfs_vfsops.c 1.133 +0 -13 src/sys/fs/devfs/devfs_vnops.c 1.121 +0 -1 src/sys/kern/kern_mac.c 1.112 +0 -1 src/sys/security/mac/mac_vfs.c