Re: [PATCH 09/14] net: sched: don't release reference on action overwrite

From: Marcelo Ricardo Leitner
Date: Sat May 19 2018 - 16:57:23 EST


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.