[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHA+R7NpPN0pGu-S568CdtvkDRYmNei40Qus5SAK935d6vuTDw@mail.gmail.com>
Date: Mon, 13 Jan 2014 11:42:47 -0800
From: Cong Wang <cwang@...pensource.com>
To: Fan Du <fan.du@...driver.com>
Cc: steffen.klassert@...unet.com, David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 3/4] flowcache: Fixup flow cache part in xfrm policy
On Sun, Jan 12, 2014 at 11:49 PM, Fan Du <fan.du@...driver.com> wrote:
> void xfrm_garbage_collect(struct net *net)
> {
> - flow_cache_flush();
> + flow_cache_flush(net);
> __xfrm_garbage_collect(net);
> }
> EXPORT_SYMBOL(xfrm_garbage_collect);
>
> static void xfrm_garbage_collect_deferred(struct net *net)
> {
> - flow_cache_flush_deferred();
> + flow_cache_flush_deferred(net);
> __xfrm_garbage_collect(net);
> }
>
You changed the prototypes of flow_cache_flush*() in the previous
patch, so, here you break bisect. They have to be in one commit.
--
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