On Mon, Jan 17, 2011 at 20:50, Michael Schmitz <schmitzmic@xxxxxxxxxxxxxx> wrote:
The only patch that has been missed, but may be relevant for Atari still: 16 bit FAT default for GEMDOS: --- linux-m68k-git/linux-m68k/fs/fat/inode.c  Â2010-11-10 19:40:40.131506952 +1300 +++ linux-2.6-2.6.37/debian/build/source_m68k_none/fs/fat/inode.c Â2011-01-17 20:18:44.484006839 +1300 @@ -923,10 +923,10 @@    Â{Opt_err_cont, "errors=continue"},    Â{Opt_err_panic, "errors=panic"},    Â{Opt_err_ro, "errors=remount-ro"}, +    {Opt_discard, "discard"},    Â{Opt_atari_yes, "atari=yes"},    Â{Opt_atari_yes, "atari"},    Â{Opt_atari_no, "atari=no"}, -    {Opt_discard, "discard"},    Â{Opt_obsolate, "conv=binary"},    Â{Opt_obsolate, "conv=text"},    Â{Opt_obsolate, "conv=auto"},
The order of the options shouldn't matter. Due to historical reasons, it's different on master and m68k-queue.
I'd suggest I first test that this option is still required - will have to sacrifice a spare SCSI disk for that.
I think there was a half consensus or so that we still need it, but not enough to put some weight behind it ;-) Gr{oetje,eeting}s, Â Â Â Â Â Â Â Â Â Â Â Â Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ ÂÂ -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html