cvs commit: src/sys/geom/part g_part.c

Marcel Moolenaar marcel at FreeBSD.org
Tue May 15 20:14:56 UTC 2007


marcel      2007-05-15 20:14:55 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part.c 
  Log:
  o  Implement automatic commit. It's enabled when the flags parameter
     exists and contains the 'C' flag.
  o  The partition label can be the empty string. It's how labels are
     cleared.
  o  When an action fails, lower permissions when they were raised
     in order to allow the action. A failed action will not result
     in any uncommitted changes.
  o  Allow the flags paremeter to be present but empty. It's the
     equivalent of not being present.
  
  Revision  Changes    Path
  1.6       +35 -10    src/sys/geom/part/g_part.c


More information about the cvs-src mailing list