Re: [BUG] 2.5.5-dj2 and vfat oopses (ksymoops output included)

From: OGAWA Hirofumi (hirofumi@mail.parknet.co.jp)
Date: Wed Feb 27 2002 - 04:49:39 EST


Todor Todorov <ttodorov@web.de> writes:

> Hello everyone,
>
> trying to copy a file to a fat 32 partition, the kernel oopses. Here
> is the information
> % uname -r
> 2.5.5-dj2
> distro:
> Debian GNU/Linux unstable
> machine:
> Dell Inspiron 8000
> partition:
> hda7, type c (FAT 32 LBA) on a 40 GB Toshiba HD
> fstab entry for the partition:
> /dev/hda7 /mnt/data vfat
> rw,quiet,uid=1000,gid=100,codepage=850 0 0

Thanks for good bug report. Probably, the following patch fix this
bug. Could you try the following patch?

--- linux-2.5.5-dj2/fs/nls/nls_cp850.c.orig Wed Feb 27 16:55:36 2002
+++ linux-2.5.5-dj2/fs/nls/nls_cp850.c Wed Feb 27 18:31:20 2002
@@ -296,6 +296,7 @@
         uni2char: uni2char,
         char2uni: char2uni,
         charset2lower: charset2lower,
+ charset2upper: charset2upper,
         owner: THIS_MODULE,
 };

-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 28 2002 - 21:00:36 EST