All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Emelianov <xemul@sw.ru>
To: Patrick McHardy <kaber@trash.net>
Cc: David Miller <davem@davemloft.net>,
	Linux Netdev List <netdev@vger.kernel.org>,
	Kirill Korotaev <dev@sw.ru>,
	devel@openvz.org
Subject: Re: [PATCH] Rework dev_base via list_head (v2)
Date: Thu, 03 May 2007 18:44:18 +0400	[thread overview]
Message-ID: <4639F542.7010800@sw.ru> (raw)
In-Reply-To: <4639CB11.2050508@trash.net>

Patrick McHardy wrote:
> Pavel Emelianov wrote:
>> Cleanup of dev_base list use, with the aim to simplify making
>> device list per-namespace. In almost every occasion, use of
>> dev_base variable and dev->next pointer could be easily replaced
>> by  for_each_netdev loop. A few most complicated places were
>> converted to using first_netdev()/next_netdev().
>>
>> Changes:
>> * David's comment about loop termination;
>> * Applies to todays netdev git tree.
> 
> 
> This seems to be missing fs/afs/netdevices.c.
> 

Hm... I've cloned the git repo this morning but there's not such file...

$ ls fs/afs/netdevices.c
/bin/ls: fs/afs/netdevices.c: No such file or directory

Repo was cloned from
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git

  reply	other threads:[~2007-05-03 14:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-03 11:36 [PATCH] Rework dev_base via list_head (v2) Pavel Emelianov
2007-05-03 11:44 ` Patrick McHardy
2007-05-03 14:44   ` Pavel Emelianov [this message]
2007-05-03 14:52     ` Patrick McHardy

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=4639F542.7010800@sw.ru \
    --to=xemul@sw.ru \
    --cc=davem@davemloft.net \
    --cc=dev@sw.ru \
    --cc=devel@openvz.org \
    --cc=kaber@trash.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.