BTW: The dev->ml_priv addition is obviously a good step but I guess you don't need the dev->priv hackery duplicated with dev->ml_priv. Can't test it at the moment but I'd leave dev->priv alone and only get rid of the syncppp_ptr here. Then I'd simply use dev->ml_priv as syncppp_ptr and dev->priv would be a private driver pointer, as usual. Generic HDLC uses dev->priv for itself but the relevant hw drivers use hdlc->priv instead so it's not a problem. When syncppp.c is removed we can use dev->ml_priv for HDLC layer, dev->priv for hw driver, and hdlc->priv would be no longer needed. I mean the following: David Miller <davem@davemloft.net> writes:would become: static inline struct sppp *sppp_of(struct net_device *dev) { return dev->ml_priv; } The changes are not automatic, I'll look at it when able. -- Krzysztof Halasa --
| Christoph Lameter | [04/14] vcompound: Core piece |
| Rafael J. Wysocki | 2.6.24-rc4-git5: Reported regressions from 2.6.23 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Andrew Morton | Re: 2.6.21-rc2-mm1 |
git: | |
| Ken Pratt | pack operation is thrashing my server |
| Kyle Moffett | Using GIT to store /etc (Or: How to make GIT store all file permission bits) |
| Nicolas Pitre | Re: Cleaning up git user-interface warts |
| Toby White | Using Filemerge.app as a git-diff viewer |
| Richard Stallman | Real men don't attack straw men |
| Peter | OpenBSD as Virtualbox guest |
| Richard Daemon | OpenBSD 4.3 running in VirtualBox? Anyone have it working properly? |
| Mark Zimmerman | alix 2c3 bios version |
| Christoph Hellwig | Re: silent semantic changes with reiser4 |
| Al Boldi | Re: [RFD] Incremental fsck |
| Theodore Tso | Re: [RFC 0/13] extents and 48bit ext3 |
| Josef Jeff Sipek | [PATCH 22 of 23] Unionfs: Unlink |
