[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48B3D717.7070706@cn.fujitsu.com>
Date: Tue, 26 Aug 2008 18:12:39 +0800
From: Wang Chen <wangchen@...fujitsu.com>
To: "David S. Miller" <davem@...emloft.net>,
NETDEV <netdev@...r.kernel.org>
Subject: [PATCH 0/15] netdevice: Convert directly reference of netdev->priv
to netdev_priv()
Following patches will convert directly reference of netdev->priv to netdev_priv().
- Patch 1/15 is the safe convert which I believe will not make "after converted " worse
than "before converted".
- Patches 2-14 need comments. Since the value of netdev->priv is changed in drivers
and I use netdev->ml_priv to replace netdev->priv.
--
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