Re: [PATCH] bridge: netfilter: ebt_stp: Use generic functions for comparisons

From: Pablo Neira Ayuso
Date: Fri Mar 30 2018 - 05:52:43 EST


On Wed, Mar 21, 2018 at 04:03:22AM -0700, Joe Perches wrote:
> Instead of unnecessary const declarations, use the generic functions to
> save a little object space.
>
> $ size net/bridge/netfilter/ebt_stp.o*
> text data bss dec hex filename
> 1250 144 0 1394 572 net/bridge/netfilter/ebt_stp.o.new
> 1344 144 0 1488 5d0 net/bridge/netfilter/ebt_stp.o.old

Applied, thanks Joe.