cvs commit: src/sys/geom/vinum geom_vinum.h geom_vinum_drive.c geom_vinum_var.h

Ulf Lilleengen lulf at FreeBSD.org
Wed Oct 1 14:50:54 UTC 2008


lulf        2008-10-01 14:50:36 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/vinum       geom_vinum.h geom_vinum_drive.c 
                         geom_vinum_var.h 
  Log:
  SVN rev 183514 on 2008-10-01 14:50:36Z by lulf
  
  - Make gvinum header on-disk structure consistent on all platforms by storing
    the gvinum header in fields of fixed size and in a big endian byte order
    rather than the size and byte order of the actual platform.
  
  Note that the change is backwards compatible with the old gvinum configuration
  format, but will save the configuration in the new format when the 'saveconfig'
  command is executed.
  
  Submitted by:   Rick C. Petty <rick-freebsd -at- kiwi-computer.com>
  
  Revision  Changes    Path
  1.14      +2 -0      src/sys/geom/vinum/geom_vinum.h
  1.30      +225 -5    src/sys/geom/vinum/geom_vinum_drive.c
  1.12      +5 -3      src/sys/geom/vinum/geom_vinum_var.h


More information about the cvs-src mailing list