netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: "Hen, Shmulik" <shmulik.hen@intel.com>
Cc: "James Morris" <jmorris@intercode.com.au>,
	<bonding-devel@lists.sourceforge.net>, <netdev@oss.sgi.com>
Subject: Re: [PATCH] convering bonding driver /proc interface to seq_file
Date: Mon, 25 Aug 2003 12:27:03 -0700	[thread overview]
Message-ID: <20030825122703.47cefa5b.shemminger@osdl.org> (raw)
In-Reply-To: <E791C176A6139242A988ABA8B3D9B38A014C94CD@hasmsx403.iil.intel.com>

On Mon, 25 Aug 2003 21:43:24 +0300
"Hen, Shmulik" <shmulik.hen@intel.com> wrote:

> > -----Original Message-----
> > From: Stephen Hemminger [mailto:shemminger@osdl.org]
> > Sent: Monday, August 25, 2003 6:45 PM
> > To: James Morris
> > Cc: Hen, Shmulik; Chad Tindel; Jay Vosburgh; David S. Miller; 
> > Jeff Garzik; bonding-devel@lists.sourceforge.net; netdev@oss.sgi.com
> > Subject: Re: [PATCH] convering bonding driver /proc interface 
> > to seq_file
> > 
> > Using a pointer with seq_file was really easy.
> [snip]
> > 		seq->private = PDE(inode)->data;
> 
> Yes, but PDE(inode) does not exist in 2.4 yet, and we wanted
> to achieve compatibility between bonding in 2.6 and 2.4 first
> so we may then update 2.6 bonding which is too far behind
> what's in 2.4 bonding. Once this is done it will be possible
> to develop on 2.6, and back port into 2.4 from time to time.
> 
> 
> 	Shmulik.

#ifndef PDE
#define PDE(i) ((struct proc_dir_entry *)(i)->u.generic_ip)
#endif

  reply	other threads:[~2003-08-25 19:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-25 18:43 [PATCH] convering bonding driver /proc interface to seq_file Hen, Shmulik
2003-08-25 19:27 ` Stephen Hemminger [this message]
     [not found] <E791C176A6139242A988ABA8B3D9B38A0251EB62@hasmsx403.iil.intel.com>
2003-08-26  7:45 ` Shmulik Hen
  -- strict thread matches above, loose matches on Subject: below --
2003-08-23 14:25 Hen, Shmulik
2003-08-24 15:15 ` James Morris
2003-08-24 17:12   ` Shmulik Hen
2003-08-25 15:45   ` Stephen Hemminger
2003-08-23 13:35 Hen, Shmulik
2003-08-21 23:52 Stephen Hemminger
2003-08-22  0:17 ` James Morris
2003-08-22  0:27   ` Chad N. Tindel

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=20030825122703.47cefa5b.shemminger@osdl.org \
    --to=shemminger@osdl.org \
    --cc=bonding-devel@lists.sourceforge.net \
    --cc=jmorris@intercode.com.au \
    --cc=netdev@oss.sgi.com \
    --cc=shmulik.hen@intel.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).