From: Michael Marxmeier <mike@msede.com>
To: "Josef Höök" <joh@xinit.se>
Cc: Willy Tarreau <willy@novworld.Novecom.Fr>,
linux-kernel <linux-kernel@vger.rutgers.edu>,
Heinz Mauelshagen <mge@ez-darmstadt.telekom.de>,
linux-lvm@msede.com
Subject: [linux-lvm] Re: LVM 0.8 2.3.33 compile error
Date: Thu, 23 Dec 1999 01:26:32 +0100 [thread overview]
Message-ID: <38616C38.636DF278@msede.com> (raw)
In-Reply-To: 3860CF2B.615B86F7@xinit.se
Josef H��k wrote:
> got this error when compiling 2.3.33-LVM
>
> make[3]: Entering directory `/usr/src/linux/drivers/block'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
> -DCPU=686 -march=i686 -DEXPORT_SYMTAB -c ll_rw_blk.c
> In file included from /usr/src/linux/include/linux/lvm.h:92,
> from ll_rw_blk.c:32:
> /usr/src/linux/include/asm/spinlock.h:36: warning: `SPIN_LOCK_UNLOCKED'
> redefined
...
> is it me or is it a bug :)?
In include/linux/lvm.h please change the
#include <asm/spinlock.h>
against
#include <linux/spinlock.h>
This fixed it for me (lvm 0.8i)
Hope this helps
Michael
--
Michael Marxmeier Marxmeier Software AG
E-Mail: mike@msede.com Besenbruchstrasse 9
Phone : +49 202 2431440 42285 Wuppertal, Germany
Fax : +49 202 2431420 http://www.msede.com/
parent reply other threads:[~1999-12-23 0:26 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <3860CF2B.615B86F7@xinit.se>]
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=38616C38.636DF278@msede.com \
--to=mike@msede.com \
--cc=joh@xinit.se \
--cc=linux-kernel@vger.rutgers.edu \
--cc=linux-lvm@msede.com \
--cc=mge@ez-darmstadt.telekom.de \
--cc=willy@novworld.Novecom.Fr \
/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.