Date: Wed, 10 Mar 2004 12:56:28 -0800 (PST) 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/fs/specfs spec_vnops.c Message-ID: <200403102056.i2AKuS8i071563@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/03/10 12:56:28 PST FreeBSD src repository Modified files: sys/fs/specfs spec_vnops.c Log: Don't call devsw() more than we need to, and in particular do not expose ourselves to device removal by not checking for it the second time. Use count_dev(dev) rather than vcount(vp) Revision Changes Path 1.218 +4 -4 src/sys/fs/specfs/spec_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403102056.i2AKuS8i071563>