cvs commit: src/sys/geom/label g_label_ufs.c

Garrett Wollman wollman at FreeBSD.org
Tue Apr 19 14:55:29 PDT 2005


wollman     2005-04-19 21:55:28 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/label       g_label_ufs.c 
  Log:
  The size of a filesystem may be less than the size of the provider it
  resides on.  Fix the special case of the filesystem fragment size not
  evenly dividing the size of the provider.  Fixing the general case
  probably requires better superblock validation (left as an exercise to
  the reader).
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/geom/label/g_label_ufs.c


More information about the cvs-src mailing list