netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: wangchen@cn.fujitsu.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH next] netdevice: Kill netdev->priv
Date: Mon, 08 Dec 2008 01:14:28 -0800 (PST)	[thread overview]
Message-ID: <20081208.011428.198068992.davem@davemloft.net> (raw)
In-Reply-To: <493CB23A.5010400@cn.fujitsu.com>

From: Wang Chen <wangchen@cn.fujitsu.com>
Date: Mon, 08 Dec 2008 13:35:54 +0800

> This is the last shoot of this series.
> After I removing all directly reference of netdev->priv, I am killing
> "priv" of "struct net_device" and fixing relative comments/docs.
> 
> Anyone will not be allowed to reference netdev->priv directly.
> If you want to reference the memory of private data, use netdev_priv()
> instead.
> If the private data is not allocted when alloc_netdev(), use
> netdev->ml_priv to point that memory after you creating that private
> data.
> 
> Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>

Applied.

Thanks so much for doing all of this work!

      reply	other threads:[~2008-12-08  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-08  5:35 [PATCH next] netdevice: Kill netdev->priv Wang Chen
2008-12-08  9:14 ` David Miller [this message]

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=20081208.011428.198068992.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=wangchen@cn.fujitsu.com \
    /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).