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

2018-03-30 Thread Pablo Neira Ayuso
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

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

2018-03-21 Thread Joe Perches
Instead of unnecessary const declarations, use the generic functions to save a little object space. $ size net/bridge/netfilter/ebt_stp.o* textdata bss dec hex filename 1250 144 01394 572 net/bridge/netfilter/ebt_stp.o.new 1344 144 01488