]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Experimentally don't let go of Giant in geom_disk's done.
authorPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:50:39 +0000 (21:50 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:50:39 +0000 (21:50 +0000)
commitae2afc437b3dfc1afbc659b4773e3d313af4c4ea
tree298460a7e8269eea0b89fd9a6c5b08afae59b198
parentec050a648836fa747b2da71c0690cb58921e3fdb
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.
sys/geom/geom_disk.c