cvs commit: src/sys/geom geom_sunlabel.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Apr 12 01:14:16 PDT 2005
pjd 2005-04-12 08:14:15 UTC
FreeBSD src repository
Modified files:
sys/geom geom_sunlabel.c
Log:
Protect against recursive labels creation in simlar way as it is done
in BSD and MBR classes, ie. if provider below us uses the same metadata,
don't create labels based on the metadata.
This allows to create labels on geoms with rank != 1 without hacks.
Tested by: Chris Elsworth <chris at shagged.org> on sparc64
OK'ed by: phk
MFC after: 2 weeks
Revision Changes Path
1.44 +46 -6 src/sys/geom/geom_sunlabel.c
More information about the cvs-src
mailing list