commit | 273fe3f1006ea5ebc63d6729e43e8e45e32b256a | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Mar 08 15:30:03 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 11 13:19:24 2019 +0100 |
tree | 810f730706a6175ce19697e4eb3f2a81a1c0ca99 | |
parent | 40ba1d9b4d19796afc9b7ece872f5f3e8f5e2c13 [diff] |
netfilter: nf_tables: bogus EBUSY when deleting set after flush Set deletion after flush coming in the same batch results in EBUSY. Add set use counter to track the number of references to this set from rules. We cannot rely on the list of bindings for this since such list is still populated from the preparation phase. Reported-by: Václav Zindulka <vaclav.zindulka@tlapnet.cz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>