cvs commit: src/sys/geom geom_gpt.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 13 21:53:56 GMT 2005


marcel      2005-11-13 21:53:55 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_gpt.c 
  Log:
  o  Slightly refactor the ctlreq code to maximize code sharing between
     verbs. Only the create verb operates on a provider. All other verbs
     operate on a GPT geom. Also, the GPT entry oriented verbs require
     a non-downgraded GPT.
  o  Have all verbs take an optional flags parameter. The flags parameter
     is a string of single-letter flags. The typical use of these flags
     is to enable certain behaviour in support fo the gpt(8) tool.
  o  Add dummy implementations for the destroy and recover verbs.
  
  This change causes test 2 of the GPT regression test suite to fail.
  The presence of a geom parameter is now required even for unknown
  verbs.
  
  Revision  Changes    Path
  1.35      +127 -67   src/sys/geom/geom_gpt.c


More information about the cvs-src mailing list