Date: Fri, 24 Sep 2004 08:32:36 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c src/sys/fs/devfs devfs_rule.c Message-ID: <200409240832.i8O8Waat007686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409240832.i8O8Waat007686>