From: Sid Boyce <sboyce@blueyonder.co.uk>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Lee Revell <rlrevell@joe-job.com>, Andrew Morton <akpm@osdl.org>,
Hugh Dickins <hugh@veritas.com>
Subject: Re: linux-2.6.9-rc1-bk16 Still cdrom/DVD oops ** FIXED **
Date: Fri, 10 Sep 2004 23:55:29 +0100 [thread overview]
Message-ID: <414230E1.7090205@blueyonder.co.uk> (raw)
In-Reply-To: <41419DB9.4010201@blueyonder.co.uk>
Thanks to Hugh Dickins, I applied Andrew's patch for "rock.c" "RE:
[2.6.9-rc1-bk14 Oops] In groups_search()" on 2.6.9-rc1-bk17 and I now
can access CD/DVD. I've been experiencing this problem since 2.6.8.1.
--- 25/fs/isofs/rock.c~rock-kludge 2004-09-10 00:52:30.394468656 -0700
+++ 25-akpm/fs/isofs/rock.c 2004-09-10 00:53:14.544756792 -0700
@@ -62,7 +62,7 @@
}
#define MAYBE_CONTINUE(LABEL,DEV) \
- {if (buffer) kfree(buffer); \
+ {if (buffer) { kfree(buffer); buffer = NULL; } \
if (cont_extent){ \
int block, offset, offset1; \
struct buffer_head * pbh; \
Regards
Sid.
--
Sid Boyce .... Hamradio G3VBV and keen Flyer
=====LINUX ONLY USED HERE=====
prev parent reply other threads:[~2004-09-10 22:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-10 0:21 linux-2.6.9-rc1-bk16 Still cdrom/DVD oops Sid Boyce
2004-09-10 0:32 ` Lee Revell
2004-09-10 0:59 ` Sid Boyce
2004-09-10 8:51 ` Sid Boyce
2004-09-10 10:06 ` Lee Revell
2004-09-10 12:27 ` Sid Boyce
2004-09-10 22:55 ` Sid Boyce [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=414230E1.7090205@blueyonder.co.uk \
--to=sboyce@blueyonder.co.uk \
--cc=akpm@osdl.org \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rlrevell@joe-job.com \
/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.