]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Experimentally don't let go of Giant in geom_disk's done.
authorphk <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:50:39 +0000 (21:50 +0000)
committerphk <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:50:39 +0000 (21:50 +0000)
commit84f57209a42180d31e388c0350d191e24f7fe34e
tree298460a7e8269eea0b89fd9a6c5b08afae59b198
parentfc6ee6491112206cafef5f50351894a6b3ca8d51
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