CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/27 05:27:24
Modified files:
sys/ufs/ext2fs : ext2fs.h
Log message:
Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. Satisfies
assumptions in fsck_ext2fs and eliminates spurious "VALUES IN SUPER
BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" messages.
Part of the problem reported to bugs@ by Lampshade.
ok beck@
