Re: 2.4.28-rc2: net/atm/proc.c compile error

From: David S. Miller
Date: Mon Nov 08 2004 - 00:30:35 EST


On Mon, 8 Nov 2004 06:15:22 +0100
Willy Tarreau <willy@xxxxxxxxx> 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/