Re: Chipsets, DVD-RAM, and timeouts....

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 1 Jan 2001 22:44:05 +0000 (GMT)


> @@ -460,7 +460,7 @@
> opts.isvfat = sbi->options.isvfat;
> if (!parse_options((char *) data, &fat, &blksize, &debug, &opts,
> cvf_format, cvf_options)
> - || (blksize != 512 && blksize != 1024 && blksize != 2048))
> + || (blksize != 512 && blksize != 1024))
> goto out_fail;

This stops me using FAT on CD-ROM (which does work)

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