[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101013.145856.112590240.davem@davemloft.net>
Date: Wed, 13 Oct 2010 14:58:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jarkao2@...il.com
Cc: ebiederm@...ssion.com, hans.schillstrom@...csson.com,
daniel.lezcano@...e.fr, netdev@...r.kernel.org
Subject: Re: BUG ? ipip unregister_netdevice_many()
From: Jarek Poplawski <jarkao2@...il.com>
Date: Wed, 13 Oct 2010 11:19:47 +0000
>> -static void rt_do_flush(int process_context)
>> +static void rt_do_flush(struct net *net, int process_context)
>> {
>> unsigned int i;
>> struct rtable *rth, *next;
>> - struct rtable * tail;
>>
>> for (i = 0; i <= rt_hash_mask; i++) {
>> + struct rtable *list, **pprev;
>
> Isn't "list = NULL" needed here?
Yes it is, thanks for catching that.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists