Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 18:28:42 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinum.c
Message-ID:  <200305010128.h411SgYO069621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2003/04/30 18:28:42 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/vinum        vinum.c 
  Log:
  Rewrite minor number decoding.  Now we have only three types of
  object: subdisks, plexes and volumes.  The encoding for plexes and
  subdisks no longer reflects the object to which they belong.  The
  super devices are high-order volume numbers.  This gives vastly more
  potential volumes (4 million instead of 256).
  
  Remove an unnecessary goto.
  
  vinumopen: Return EINVAL, not ENXIO, on an attempt to open a
  referenced plex.
  
  Revision  Changes    Path
  1.56      +111 -131  src/sys/dev/vinum/vinum.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305010128.h411SgYO069621>