diff options
author | Kirill Tkhai <[email protected]> | 2018-02-13 12:27:31 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-02-13 10:36:06 -0500 |
commit | c9d8fb91351fe1514731b7f6d24d4decc0028978 (patch) | |
tree | be0fb57ba4cf2e2785d84febec497c9f4a5c8efe /net/unix/af_unix.c | |
parent | 9549929923738d14dc450f0427a4b98ac3e8aff2 (diff) |
net: Convert nf_log_net_ops
The pernet_operations would have had a problem in parallel
execution with others, if init_net had been able to released.
But it's not, and the rest is safe for that.
There is memory allocation, which nobody else interested in,
and sysctl registration. So, we make them async.
Signed-off-by: Kirill Tkhai <[email protected]>
Acked-by: Andrei Vagin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions