Re: [PATCH nf] netfilter: nf_tables: skip synchronize_rcu if transaction log is empty

2018-04-26 Thread Pablo Neira Ayuso
On Wed, Apr 25, 2018 at 03:11:07PM +0200, Florian Westphal wrote: > After processing the transaction log, the remaining entries of the log > need to be released. > > However, in some cases no entries remain, e.g. because the transaction > did not remove anything. Also applied, thanks. -- To unsub

[PATCH nf] netfilter: nf_tables: skip synchronize_rcu if transaction log is empty

2018-04-25 Thread Florian Westphal
After processing the transaction log, the remaining entries of the log need to be released. However, in some cases no entries remain, e.g. because the transaction did not remove anything. Signed-off-by: Florian Westphal --- net/netfilter/nf_tables_api.c | 25 + 1 file ch