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

Reply via email to