Re: Oops accessing file on 2048 bytes/sector vfat MO in 2.4.0

2001-01-28 Thread Stefan Meyknecht
In article you wrote: > ... and on a fair number < 2.4.0. The patch below will give you (dog slow) > read access to your FAT MOs. Apply in fs/fat/. And don't even think about > write() and mmap(). Thanks for the patch! The oops is gone, but now afte

Oops accessing file on 2048 bytes/sector vfat MO in 2.4.0

2001-01-26 Thread Stefan Meyknecht
Hi all, I receive a Kernel oops while copying a file from MO-drive (vfat) with 2048 bytes sector size. There is no problen with ext2 formatted MOs. I think it happens because the function pointer cfv_file_read of the struct cvf_format is initialized with null. This oops is 100% reproducable wit