From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Nigel Kukard <nkukard@lbsd.net>
Cc: gene.heskett@verizon.net, linux-kernel@vger.kernel.org,
Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua>
Subject: Re: 2.6.9bk6 msdos fs OOPS
Date: Fri, 29 Oct 2004 00:58:21 +0900 [thread overview]
Message-ID: <877jpa6dia.fsf@devron.myhome.or.jp> (raw)
In-Reply-To: <41810F3F.6070809@lbsd.net> (Nigel Kukard's message of "Thu, 28 Oct 2004 15:24:47 +0000")
Nigel Kukard <nkukard@lbsd.net> writes:
> could you shoot me the patch when you done plz :-)
The patch is following. I'm going to do my usual stress test for one
or two days.
Please CC to me if you found the problem.
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
[PATCH] FAT: remove wrong BUG_ON()
This is valid state if file was accessed by multiple processes at the
same time.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
---
fs/fat/cache.c | 1 -
1 files changed, 1 deletion(-)
diff -puN fs/fat/cache.c~fat-cache-bug_on-fix fs/fat/cache.c
--- linux-2.6.10-rc1/fs/fat/cache.c~fat-cache-bug_on-fix 2004-10-28 01:52:38.000000000 +0900
+++ linux-2.6.10-rc1-hirofumi/fs/fat/cache.c 2004-10-28 01:52:45.000000000 +0900
@@ -147,7 +147,6 @@ static void fat_cache_add(struct inode *
goto out; /* this cache was invalidated */
cache = fat_cache_merge(inode, new);
- BUG_ON(new->id == FAT_CACHE_VALID && cache != NULL);
if (cache == NULL) {
if (MSDOS_I(inode)->nr_caches < fat_max_cache(inode)) {
MSDOS_I(inode)->nr_caches++;
_
next prev parent reply other threads:[~2004-10-28 16:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-28 7:00 2.6.9bk6 msdos fs OOPS Nigel Kukard
2004-10-28 7:55 ` Denis Vlasenko
2004-10-28 8:11 ` Nigel Kukard
2004-10-28 9:23 ` OGAWA Hirofumi
2004-10-28 10:50 ` Nigel Kukard
2004-10-28 13:18 ` OGAWA Hirofumi
2004-10-28 11:14 ` Gene Heskett
2004-10-28 11:59 ` Gene Heskett
2004-10-28 12:12 ` Gene Heskett
2004-10-28 13:21 ` OGAWA Hirofumi
2004-10-28 15:24 ` Nigel Kukard
2004-10-28 15:58 ` OGAWA Hirofumi [this message]
2004-10-28 18:32 ` Gene Heskett
2004-10-28 18:32 ` Gene Heskett
2004-10-28 19:50 ` OGAWA Hirofumi
2004-10-28 23:05 ` Gene Heskett
2004-10-29 0:01 ` OGAWA Hirofumi
2004-10-29 4:50 ` Gene Heskett
2004-10-29 5:31 ` Gene Heskett
2004-10-28 8:21 ` Al Viro
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=877jpa6dia.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=gene.heskett@verizon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nkukard@lbsd.net \
--cc=vda@port.imtp.ilyichevsk.odessa.ua \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox