From: Bongani Hlope <bonganilinux@mweb.co.za>
To: linux-kernel@vger.kernel.org
Subject: Compilation error on 2.5.1-pre4
Date: Sun, 02 Dec 2001 00:52:53 +0200 [thread overview]
Message-ID: <3C095F45.7010704@mweb.co.za> (raw)
I haven't seen any report of this on the list yet, there
is an error on linux/drivers/ide/ataraid.c line number 104
static int ataraid_make_request (request_queue_t *q, int rw, struct
buffer_head * bh)
{
int minor;
int retval;
minor = MINOR(bh->b_rdev)>>SHIFT;
^^^^
struct buffer_head in linux/include/linux/fs.h
does not have member b_rdev anymore. Its late
and I'm a bit _lazy_ know. I will look at the
code tomorrow.
-Bongani
next reply other threads:[~2001-12-01 22:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-01 22:52 Bongani Hlope [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-12-02 14:56 Compilation error on 2.5.1-pre4 Zwane Mwaikambo
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=3C095F45.7010704@mweb.co.za \
--to=bonganilinux@mweb.co.za \
--cc=linux-kernel@vger.kernel.org \
/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.