Several fields of the session structures can be set, but remain unused otherwise. This series removes these fields and explicitely ignores the associated ioctls and netlink attributes.
Guillaume Nault (4): l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute l2tp: drop ->flags from struct pppol2tp_session l2tp: drop ->mru from struct l2tp_session include/uapi/linux/l2tp.h | 13 +++++----- net/l2tp/l2tp_core.c | 1 - net/l2tp/l2tp_core.h | 11 -------- net/l2tp/l2tp_debugfs.c | 6 ++--- net/l2tp/l2tp_netlink.c | 19 +------------- net/l2tp/l2tp_ppp.c | 54 +++++---------------------------------- 6 files changed, 17 insertions(+), 87 deletions(-) -- 2.18.0