Align FFS filesystem start and end sectors so the start is on a
authorkrw <krw@openbsd.org>
Tue, 27 Jul 2010 00:49:42 +0000 (00:49 +0000)
committerkrw <krw@openbsd.org>
Tue, 27 Jul 2010 00:49:42 +0000 (00:49 +0000)
commita49bdda8d20785f9ab3b211faa366d02cbd3ba03
tree120ae0b76b5158f8239838f193c8319991e4511d
parenta8471d31df77af58289b2d49b778d31ca3aae993
Align FFS filesystem start and end sectors so the start is on a
bsize boundary and the end fills up the last bsize chunk.

Don't change the start sector if it is the first sector of the
OpenBSD portion of the disk.

Don't attempt to align on SUN_CYLCHECK architectures. They are
attempting a different alignment.

This is an attempt to ensure that FFS i/o's are aligned for optimal
performance on newer disks that lie about their sector size.
sbin/disklabel/editor.c