From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Todor Todorov <ttodorov@web.de>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [BUG] 2.5.5-dj2 and vfat oopses (ksymoops output included)
Date: Wed, 27 Feb 2002 18:49:39 +0900 [thread overview]
Message-ID: <87zo1vi79o.fsf@devron.myhome.or.jp> (raw)
In-Reply-To: <3C7C72C3.60906@web.de>
In-Reply-To: <3C7C72C3.60906@web.de>
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>
prev parent reply other threads:[~2002-02-27 9:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-27 5:46 [BUG] 2.5.5-dj2 and vfat oopses (ksymoops output included) Todor Todorov
2002-02-27 9:49 ` OGAWA Hirofumi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zo1vi79o.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=ttodorov@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.