cvs commit: src/sys/geom geom_mbr.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Jan 20 14:14:06 PST 2005


pjd         2005-01-20 22:14:05 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_mbr.c 
  Log:
  Protect against recursive slices creation in simlar way as it is done
  in BSD class, ie. if provider below us uses the same metadata, don't
  create slices based on the metadata.
  This allows to create slices on geoms with rank != 1 without hacks.
  
  Discussed with: phk
  Approved by:    phk
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.64      +33 -7     src/sys/geom/geom_mbr.c


More information about the cvs-src mailing list