Re: [PATCH] netlink: remove unused NETLINK SKB flags

2017-11-14 Thread David Miller
From: Johannes Berg Date: Mon, 13 Nov 2017 16:19:46 +0100 > From: Johannes Berg > > These flags are unused, remove them to be less confusing. > > Signed-off-by: Johannes Berg Ahh, more leftovers from the netlink mmap support we removed. Applied, thanks!

[PATCH] netlink: remove unused NETLINK SKB flags

2017-11-13 Thread Johannes Berg
From: Johannes Berg These flags are unused, remove them to be less confusing. Signed-off-by: Johannes Berg --- include/linux/netlink.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 8664fd26eb5d..7b57f01fd7ef 100644 --- a/include/l