The patch titled net: drop unused elements from net_proto_family has been added to the -mm tree. Its filename is net-drop-unused-elements-from-net_proto_family.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 forcedeth-move-mac-address-setup-teardown.patch forcedeth-mac-address-corrected.patch forcdeth-revised-napi-support.patch sock_create-bad-error-return.patch socket-code-style-cleanup.patch net-drop-unused-elements-from-net_proto_family.patch net-socket-family-using-rcu.patch sock_register-interface-changes.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