Re: [PATCH 09/14] net: sched: don't release reference on action overwrite
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2018-05-19 21:52:54
Also in:
lkml, netfilter-devel
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2018-05-19 21:52:54
Also in:
lkml, netfilter-devel
On Mon, May 14, 2018 at 05:27:10PM +0300, Vlad Buslov wrote:
Return from action init function with reference to action taken, even when overwriting existing action.
Isn't this patch necessary before patch 7, to not break things up? AFAICU after patchset 7 it assumes the action init function is already behaving like this.