K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-19T16:55:26.000000Z K 7 svn:log V 315 Don't create superblocks with size larger than SBSIZE (8192). The size was rounded up to a multiple of the fragment size, but this gave invalid file systems when the fragment size was > SBSIZE (fsck aborts early on them). Now a fragment size of 32768 seems to work (too-simple tests with fsck and iozone worked). END