Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2005 22:11:38 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_slice.c
Message-ID:  <200510082211.j98MBcl5009499@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2005-10-08 22:11:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/geom             geom_slice.c 
  Log:
  MFC 1.58
    Fix so that when a slice or a partition is removed through g_slice_config(),
    it is destroyed in GEOM, in addition to being removed from /dev.
    Before this patch, if you applied a new MBR which deleted a slice,
    the deleted slice would not be in /dev, but it would still appear
    in kern.geom.conftxt and kern.geom.confxml, which would confused
    the diskPartitionEditor in sysinstall.
  
  Submitted by:   pjd
  Requested by:   delphij
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.57.2.1  +1 -0      src/sys/geom/geom_slice.c



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