mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 11:02:31 -04:00
This patch replaces the global lock to one lock per subsystem. The per-subsystem lock avoids that processes operating with different subsystems are synchronized. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>