Repository : ssh://git@diktynna/batman-adv
On branch : master
commit 2048931015aed357f8d2745cc354c7c6230df12b Author: Sven Eckelmann sven@narfation.org Date: Sat Oct 31 18:38:15 2020 +0100
batman-adv: Drop deprecated debugfs support
The debugfs support in batman-adv was marked as deprecated by the commit fee04b6f72cf ("batman-adv: Mark debugfs functionality as deprecated") and scheduled for removal in 2021.
Signed-off-by: Sven Eckelmann sven@narfation.org
Makefile | 3 - README.external.rst | 1 - compat-include/linux/eventpoll.h | 18 -- compat-include/linux/fs.h | 45 ---- compat-include/linux/types.h | 26 -- compat-include/linux/uaccess.h | 37 --- compat-include/uapi/linux/eventpoll.h | 29 --- gen-compat-autoconf.sh | 1 - net/batman-adv/Kconfig | 16 +- net/batman-adv/Makefile | 2 - net/batman-adv/bat_algo.c | 24 -- net/batman-adv/bat_algo.h | 2 - net/batman-adv/bat_iv_ogm.c | 229 ----------------- net/batman-adv/bat_v.c | 237 ------------------ net/batman-adv/bridge_loop_avoidance.c | 130 ---------- net/batman-adv/bridge_loop_avoidance.h | 16 -- net/batman-adv/debugfs.c | 442 --------------------------------- net/batman-adv/debugfs.h | 73 ------ net/batman-adv/distributed-arp-table.c | 55 ---- net/batman-adv/distributed-arp-table.h | 2 - net/batman-adv/gateway_client.c | 39 --- net/batman-adv/gateway_client.h | 2 - net/batman-adv/hard-interface.c | 10 - net/batman-adv/icmp_socket.c | 393 ----------------------------- net/batman-adv/icmp_socket.h | 38 --- net/batman-adv/log.c | 208 ---------------- net/batman-adv/main.c | 45 ---- net/batman-adv/main.h | 3 - net/batman-adv/multicast.c | 111 --------- net/batman-adv/multicast.h | 3 - net/batman-adv/network-coding.c | 87 ------- net/batman-adv/network-coding.h | 13 - net/batman-adv/originator.c | 121 --------- net/batman-adv/originator.h | 4 - net/batman-adv/routing.c | 10 - net/batman-adv/soft-interface.c | 10 +- net/batman-adv/translation-table.c | 212 ---------------- net/batman-adv/translation-table.h | 3 - net/batman-adv/types.h | 36 --- 39 files changed, 3 insertions(+), 2733 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2048931015aed357f8d2745cc354c7c6230df12b