> > > `default y if M68K && SYSV_FS' > > > > I prefer `default y if VME'. > > > > Incidentally, what is the problem you have with SYSV68_PARTITION ? > On my i586 machine, code size is 434 bytes for sysv68.o + 4 bytes more in > check.c
Traditionally, we have always been very conservative about enabling more than the absolute minimum in partition format support. Some formats can be erroneously identified by the check code if you don't get the ordering right (the case I know about, MSDOS partitions vs. Atari TOS/GEM partitions, hinges on a particular checksum being calculated in the atari code). I've moved the msdos checker to the bottom of the list more often than I can keep track of... If sysv68 cannot be confused with any other format, no harm done by enabling it by default. Otherwise, things may get interesting. Michael - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/