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. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html