All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netlink: remove unused NETLINK SKB flags
@ 2017-11-13 15:19 Johannes Berg
  2017-11-14 12:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2017-11-13 15:19 UTC (permalink / raw)
  To: netdev; +Cc: Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

These flags are unused, remove them to be less confusing.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 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/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -16,9 +16,6 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
 }
 
 enum netlink_skb_flags {
-	NETLINK_SKB_MMAPED	= 0x1,	/* Packet data is mmaped */
-	NETLINK_SKB_TX		= 0x2,	/* Packet was sent by userspace */
-	NETLINK_SKB_DELIVERED	= 0x4,	/* Packet was delivered */
 	NETLINK_SKB_DST		= 0x8,	/* Dst set in sendto or sendmsg */
 };
 
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netlink: remove unused NETLINK SKB flags
  2017-11-13 15:19 [PATCH] netlink: remove unused NETLINK SKB flags Johannes Berg
@ 2017-11-14 12:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-11-14 12:51 UTC (permalink / raw)
  To: johannes; +Cc: netdev, johannes.berg

From: Johannes Berg <johannes@sipsolutions.net>
Date: Mon, 13 Nov 2017 16:19:46 +0100

> From: Johannes Berg <johannes.berg@intel.com>
> 
> These flags are unused, remove them to be less confusing.
> 
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Ahh, more leftovers from the netlink mmap support we removed.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-14 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 15:19 [PATCH] netlink: remove unused NETLINK SKB flags Johannes Berg
2017-11-14 12:51 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.