[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090519.143523.74697967.davem@davemloft.net>
Date: Tue, 19 May 2009 14:35:23 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: contact@...chahlusiak.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 5/5] sit: stateless autoconf for isatap
From: Sascha Hlusiak <contact@...chahlusiak.de>
Date: Tue, 19 May 2009 23:03:43 +0200
> + spin_lock(&ifp->lock);
> + for (addr = ifp->addr_list; addr; addr = addr->if_next) {
You posted the same broken patch again!
net/ipv6/sit.c: In function ‘ipip6_tunnel_rs_timer’:
net/ipv6/sit.c:235: warning: passing argument 1 of ‘_spin_lock’ from incompatible pointer type
net/ipv6/sit.c:256: warning: passing argument 1 of ‘__raw_spin_unlock’ from incompatible pointer type
This isn't rocket science. :-/
Powered by blists - more mailing lists