commit | 8ffcd32f64633926163cdd07a7d295c500a947d1 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Mar 14 10:50:20 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 18 16:22:49 2019 +0100 |
tree | 0485de83c0f4cbb9f5eac434599c7fc44a92bba2 | |
parent | 6d65561f3d5ec933151939c543d006b79044e7a6 [diff] |
netfilter: nf_tables: bogus EBUSY in helper removal from transaction Proper use counter updates when activating and deactivating the object, otherwise, this hits bogus EBUSY error. Fixes: cd5125d8f518 ("netfilter: nf_tables: split set destruction in deactivate and destroy phase") Reported-by: Laura Garcia <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>