[linux-lvm] Re: LVM 0.8 2.3.33 compile error

Michael Marxmeier mike at msede.com
Thu Dec 23 00:26:32 UTC 1999


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 at msede.com      Besenbruchstrasse 9
Phone : +49 202 2431440     42285 Wuppertal, Germany
Fax   : +49 202 2431420     http://www.msede.com/



More information about the linux-lvm mailing list