Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 1997 10:58:12 -0800 (PST)
From:      Soren Schmidt <sos>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <199703151858.KAA04536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         97/03/15 10:58:11

  Modified:    sys/ufs/ffs  ffs_vfsops.c
  Log:
  Fix support for != 512 byte sector devices.
  Restores the use of SBLOCK instead of the BSOFF/sectorsize calculation.
  Using SBLOCK is bogus however in that it uses DEV_BSIZE instead of
  the actual sector size, but that is taken care of in other places.
  Changing the SBLOCK would be better, but it affects the system
  in other places, and doing it this way makes it possible to
  use filesystems that was made before the lite2 merge.
  
  Revision  Changes    Path
  1.47      +2 -2      src/sys/ufs/ffs/ffs_vfsops.c



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