Re: [PATCH] PC-9800 subarch. support for 2.5.62-AC1 (6/21) FS & partiton

John Bradford (john@grabjohn.com)
Sun, 23 Feb 2003 10:47:52 +0000 (GMT)


> > - if (FAT_FIRST_ENT(sb, media) != first) {
> > + if (FAT_FIRST_ENT(sb, media) != first
> > + && (!pc98 || media != 0xf8 || (first & 0xff) != 0xfe))
> > + {
>
> I think this should be made unconditionally. There's no reason why
> non-pc98 linux machines shouldn't read fat filesystems created on pc98.

How does the pc98 store filenames containing kana and kanji? Maybe
this is a complete non-issue, but it occurred to me, so I thought I'd
mention it.

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/