Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2002 13:42:29 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libdisk chunk.c
Message-ID:  <200212022142.gB2LgTil076161@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/12/02 13:42:29 PST

  Modified files:
    lib/libdisk          chunk.c 
  Log:
  Break up a bunch of crazy if statements to use a case statement instead
  to be cleaner.  Also, when deleting a chunk, try to find the mother chunk
  as a whole chunk by default if this isn't a BSD partition or a unused or
  whole chunk.  Before we just did this for FreeBSD and FAT slices, which
  means that other chunk types such as EFI and mbr (mbr is used for slices
  that don't have their own chunk type).
  
  Submitted by:   nyan (mostly)
  Approved by:    re
  
  Revision  Changes    Path
  1.46      +16 -14    src/lib/libdisk/chunk.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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