From: Bojan Prtvar <prtvar.b@xxxxxxxxx> Date: Thu, 19 Feb 2015 00:16:48 +0100 > Although it is clear that textsearch state is intentionally passed > to skb_find_text() as uninitialized argument, it was never used by > the callers. Therefore, we can simplify skb_find_text() by making it > local variable. > > Signed-off-by: Bojan Prtvar <prtvar.b@xxxxxxxxx> Although I partially agree with Pablo's response these interfaces were designed to be able to hold state across calls, nobody uses them this way yet. So this change is fine and we can resurrect the argument if a use appears in the future. However, your patch doesn't apply cleanly, please respin. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html