Re: Linux 2.2.16pre6

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue May 30 2000 - 19:42:34 EST


> net/network.a(ipv4.o): In function `ip_masq_mod_lkp_unlink':
> ipv4.o(.text+0x304f): undefined reference to `spin_lock_bh'
> ipv4.o(.text+0x307a): undefined reference to `spin_unlock_bh'
> ipv4.o(.text+0x308f): undefined reference to `spin_unlock_bh'
> net/network.a(ipv4.o): In function `ip_masq_mod_lkp_link':
> ipv4.o(.text+0x30ab): undefined reference to `spin_lock_bh'
> ipv4.o(.text+0x30c2): undefined reference to `spin_unlock_bh'

Yeah. One got away

Add a #include <asm/spinlock.h> and then

s/lock_bh/lock_irq/

To fix the lock/unlocks.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:26 EST