[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101026.122022.241452738.davem@davemloft.net>
Date: Tue, 26 Oct 2010 12:20:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ebiederm@...ssion.com
Cc: netdev@...r.kernel.org, daniel.lezcano@...e.fr
Subject: Re: [PATCH] ipv4: Flush per-ns routing cache more sanely.
From: ebiederm@...ssion.com (Eric W. Biederman)
Date: Tue, 26 Oct 2010 12:05:39 -0700
>> @@ -999,7 +999,7 @@ static int fib_netdev_event(struct notifier_block *this, unsigned long event, vo
>> rt_cache_flush(dev_net(dev), 0);
>> break;
>> case NETDEV_UNREGISTER_BATCH:
>> - rt_cache_flush_batch();
>> + rt_cache_flush_batch(dev_net(dev));
>
> It still has this incorrect conversion in it.
Sorry I missed that, what's the exact problem with it?
--
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