cvs commit: src/sys/geom geom_sunlabel.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Apr 22 14:30:00 PDT 2003
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
More information about the cvs-src
mailing list