> @@ -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 [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Chipsets, DVD-RAM, and timeouts.... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts.... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts.... Stefan Traby
- Re: Chipsets, DVD-RAM, and timeouts.... Jens Axboe
- Re: Chipsets, DVD-RAM, and timeouts.... Kai Henningsen
- Re: Chipsets, DVD-RAM, and timeouts.... Linus Torvalds
- Re: Chipsets, DVD-RAM, and timeouts.... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... Alan Cox
- Re: Chipsets, DVD-RAM, and timeouts.... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... Linus Torvalds
- Re: Chipsets, DVD-RAM, and timeo... Andre Hedrick
- Re: Chipsets, DVD-RAM, and timeouts.... David Woodhouse
- Re: Chipsets, DVD-RAM, and timeouts.... Hakan Lennestal