Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 23:56:19 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom geom_slice.c src/sys/geom/part g_part.c src/sys/geom/uzip g_uzip.c
Message-ID:  <201001152357.o0FNv5dv041260@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2010-01-15 23:56:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/geom             geom_slice.c 
    sys/geom/part        g_part.c 
    sys/geom/uzip        g_uzip.c 
  Log:
  SVN rev 202427 on 2010-01-15 23:56:19Z by mav
  
  MFC r201645:
  Change the way in which zero stripesize is handled. Instead of reporting
  zero stripeoffset in such case (as if device has no stripes), report offset
  from the beginning of the media (as if device has single infinite stripe).
  
  This gives partitioning tools information, required to guess better
  partition alignment, in case if hardware doesn't report it's stripe size.
  For example, it should give disklabel info about odd offset made by fdisk.
  
  Revision   Changes    Path
  1.63.2.2   +4 -4      src/sys/geom/geom_slice.c
  1.39.2.4   +4 -5      src/sys/geom/part/g_part.c
  1.12.10.3  +2 -4      src/sys/geom/uzip/g_uzip.c



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