The patch titled net: drop unused elements from net_proto_family has been removed from the -mm tree. Its filename is net-drop-unused-elements-from-net_proto_family.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: net: drop unused elements from net_proto_family From: Stephen Hemminger <shemminger@xxxxxxxx> Three values in net_proto_family are defined but never used. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/net.h | 5 ----- 1 files changed, 5 deletions(-) diff -puN include/linux/net.h~net-drop-unused-elements-from-net_proto_family include/linux/net.h --- a/include/linux/net.h~net-drop-unused-elements-from-net_proto_family +++ a/include/linux/net.h @@ -169,11 +169,6 @@ struct proto_ops { struct net_proto_family { int family; int (*create)(struct socket *sock, int protocol); - /* These are counters for the number of different methods of - each we support */ - short authentication; - short encryption; - short encrypt_net; struct module *owner; }; _ Patches currently in -mm which might be from shemminger@xxxxxxxx are git-netdev-all.patch via-rhine-napi-support.patch via-rhine-napi-poll-enable.patch skge-remember-to-run-netif_poll_disable.patch git-net.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html