mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: Willy Tarreau <willy@w.ods.org>
Cc: bunk@stusta.de, marcelo.tosatti@cyclades.com,
	laforge@netfilter.org, linux-kernel@vger.kernel.org,
	chas@cmf.nrl.navy.mil, linux-atm-general@lists.sourceforge.net,
	linux-net@vger.kernel.org
Subject: Re: 2.4.28-rc2: net/atm/proc.c compile error
Date: Sun, 7 Nov 2004 21:12:20 -0800	[thread overview]
Message-ID: <20041107211220.053a2a1b.davem@davemloft.net> (raw)
In-Reply-To: <20041108051522.GA17729@alpha.home.local>

On Mon, 8 Nov 2004 06:15:22 +0100
Willy Tarreau <willy@w.ods.org> wrote:

> #define CREATE_ENTRY(name) \
>     name = create_proc_entry(#name,0,atm_proc_root); \
>     if (!name) goto cleanup; \
>     name->data = atm_##name##_info; \
>     name->proc_fops = &proc_spec_atm_operations; \
>     name->owner = THIS_MODULE
> ...
> 623: #if defined(CONFIG_ATM_LANE) || defined(CONFIG_ATM_LANE_MODULE)
> 624:        CREATE_ENTRY(lec);
> 625: #endif
> 
> That's why your grep did not find it ;-)

Indeed, good catch.

> Is it enough to remove these 3 lines ?

No, it isn't, I'll fix this up.

  reply	other threads:[~2004-11-08  5:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-07 17:37 Linux 2.4.28-rc2 Marcelo Tosatti
2004-11-07 21:42 ` 2.4.28-rc2: net/atm/proc.c compile error Adrian Bunk
2004-11-08  1:42   ` David S. Miller
2004-11-08  5:15     ` Willy Tarreau
2004-11-08  5:12       ` David S. Miller [this message]
2004-11-08  5:32 ` Linux 2.4.28-rc2 Willy Tarreau
2004-11-08  6:30   ` Willy Tarreau

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=20041107211220.053a2a1b.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=bunk@stusta.de \
    --cc=chas@cmf.nrl.navy.mil \
    --cc=laforge@netfilter.org \
    --cc=linux-atm-general@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=willy@w.ods.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®