From owner-cvs-src@FreeBSD.ORG Fri Sep 24 08:32:36 2004 Return-Path: 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 AC92516A4D8; Fri, 24 Sep 2004 08:32:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4C843D2D; Fri, 24 Sep 2004 08:32:36 +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 i8O8WarJ007687; Fri, 24 Sep 2004 08:32:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8O8Waat007686; Fri, 24 Sep 2004 08:32:36 GMT (envelope-from phk) Message-Id: <200409240832.i8O8Waat007686@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 24 Sep 2004 08:32:36 +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/vm vm_mmap.c src/sys/fs/devfs devfs_rule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 24 Sep 2004 08:32:36 -0000 phk 2004-09-24 08:32:36 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c sys/fs/devfs devfs_rule.c Log: XXX mark two places where we do not hold a threadcount on the dev when frobbing the cdevsw. In both cases we examine only the cdevsw and it is a good question if we weren't better off copying those properties into the cdev in the first place. This question will be revisited. Revision Changes Path 1.13 +2 -0 src/sys/fs/devfs/devfs_rule.c 1.194 +1 -0 src/sys/vm/vm_mmap.c