From: Robert Love <rml@ufl.edu>
To: Steve Kieu <haiquy@yahoo.com>
Cc: kernel <linux-kernel@vger.kernel.org>
Subject: Re: Preemptible 2.4.10-pre15 compile error
Date: 23 Sep 2001 12:49:42 -0400 [thread overview]
Message-ID: <1001263785.863.61.camel@phantasy> (raw)
In-Reply-To: <20010923123812.62399.qmail@web10405.mail.yahoo.com>
In-Reply-To: <20010923123812.62399.qmail@web10405.mail.yahoo.com>
On Sun, 2001-09-23 at 08:38, Steve Kieu wrote:
> Hi,
>
> Exactly, make modules error
Please try the following patch, it should apply cleanly to any
2.4.10-pre or 2.4.9-ac -- it should fix the compile issue with
preemption. Please report back if it is successful so I can merge the
patch into the preemption patch itself.
diff -urN linux-2.4.9-ac14-preempt/fs/adfs/map.c linux/fs/adfs/map.c
--- linux-2.4.9-ac14-preempt/fs/adfs/map.c Sat Sep 22 23:20:09 2001
+++ linux/fs/adfs/map.c Sun Sep 23 12:46:21 2001
@@ -12,6 +12,7 @@
#include <linux/fs.h>
#include <linux/adfs_fs.h>
#include <linux/spinlock.h>
+#include <linux/sched.h>
#include "adfs.h"
--
Robert M. Love
rml at ufl.edu
rml at tech9.net
next prev parent reply other threads:[~2001-09-23 16:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-23 12:38 Preemptible 2.4.10-pre15 compile error Steve Kieu
2001-09-23 16:49 ` Robert Love [this message]
[not found] <1001292905.8420.0.camel@phantasy>
2001-09-24 2:58 ` Steve Kieu
2001-09-24 3:00 ` Robert Love
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=1001263785.863.61.camel@phantasy \
--to=rml@ufl.edu \
--cc=haiquy@yahoo.com \
--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.