On 05/27, Jakub Sitnicki wrote:
When there are no references to struct net left, that is check_net(net) isfalse, we don't need to synchronize updates to flow_dissector prog with BPFprog attach/detach callbacks. That allows us to pull locking up from the shared detach routine and into the bpf prog detach callback.
Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
Reviewed-by: Stanislav Fomichev <sdf@xxxxxxxxxx>