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

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Jan 01 2001 - 17:44:05 EST


> @@ -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/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:12 EST