netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
To: davem@davemloft.net, netdev@vger.kernel.org
Cc: yoshfuji@linux-ipv6.org
Subject: [PATCH net-next 0/6] Use FIELD_SIZEOF().
Date: Thu, 10 Jan 2013 02:19:29 +0900	[thread overview]
Message-ID: <50EDA6A1.6070409@linux-ipv6.org> (raw)

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

             reply	other threads:[~2013-01-09 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09 17:19 YOSHIFUJI Hideaki [this message]
2013-01-10  7:38 ` [PATCH net-next 0/6] Use FIELD_SIZEOF() David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50EDA6A1.6070409@linux-ipv6.org \
    --to=yoshfuji@linux-ipv6.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).