mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -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>