Skip to content

Commit b912d59

Browse files
Stanislav Fomichevkuba-moo
authored andcommitted
net: rename rtnl_net_debug to lock_debug
And make it selected by CONFIG_DEBUG_NET. Don't rename any of the structs/functions. Next patch will use rtnl_net_debug_event in netdevsim. Reviewed-by: Jakub Kicinski <[email protected]> Signed-off-by: Stanislav Fomichev <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 8965c16 commit b912d59

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

net/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ obj-$(CONFIG_BPF_SYSCALL) += bpf_sk_storage.o
4545
obj-$(CONFIG_OF) += of_net.o
4646
obj-$(CONFIG_NET_TEST) += net_test.o
4747
obj-$(CONFIG_NET_DEVMEM) += devmem.o
48-
obj-$(CONFIG_DEBUG_NET_SMALL_RTNL) += rtnl_net_debug.o
48+
obj-$(CONFIG_DEBUG_NET) += lock_debug.o
4949
obj-$(CONFIG_FAIL_SKB_REALLOC) += skb_fault_injection.o
File renamed without changes.

0 commit comments

Comments
 (0)