Date: Tue, 22 Apr 2003 14:29:58 -0700 (PDT) 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/geom geom_sunlabel.c Message-ID: <200304222129.h3MLTwVH007236@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/04/22 14:29:58 PDT FreeBSD src repository Modified files: sys/geom geom_sunlabel.c Log: Change the locking so that the _modify function is called with topology held. The only place where we want to not hold topology is when we read (or write) the label to disk: in the case of a disk error with a long recovery time, holding topology would prevent open/close of any disk device. Revision Changes Path 1.30 +2 -8 src/sys/geom/geom_sunlabel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304222129.h3MLTwVH007236>