Date: Thu, 6 Feb 2003 13:50:39 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_disk.c Message-ID: <200302062150.h16Lodvb046131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/02/06 13:50:39 PST Modified files: sys/geom geom_disk.c Log: Experimentally don't let go of Giant in geom_disk's done. We may actually be increasing Giant contention doing so because the actual stuff we do is very cheap. Also I am not convinced there is not a tiny window for a race here. Revision Changes Path 1.45 +5 -0 src/sys/geom/geom_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302062150.h16Lodvb046131>