[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <50EDA6A1.6070409@linux-ipv6.org>
Date: Thu, 10 Jan 2013 02:19:29 +0900
From: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
To: davem@...emloft.net, netdev@...r.kernel.org
CC: yoshfuji@...ux-ipv6.org
Subject: [PATCH net-next 0/6] Use FIELD_SIZEOF().
Use FIELD_SIZEOF() macro instead of dummy pointer to check size
of cb in struct sk_buff.
YOSHIFUJI Hideaki (6):
ipv4: Use FIELD_SIZEOF() in inet_init().
ipv6: Use FIELD_SIZEOF() in inet6_init().
netlink: Use FIELD_SIZEOF() in netlink_proto_init().
openvswitch: Use FIELD_SIZEOF() in dp_init().
rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().
unix: Use FIELD_SIZEOF() in af_unix_init().
net/ipv4/af_inet.c | 3 +--
net/ipv6/af_inet6.c | 3 +--
net/netlink/af_netlink.c | 3 +--
net/openvswitch/datapath.c | 3 +--
net/rxrpc/af_rxrpc.c | 4 ++--
net/unix/af_unix.c | 3 +--
6 files changed, 7 insertions(+), 12 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists