Re: [idea] request_module(const char *fmt, ...);

Tigran Aivazian (tigran@sco.COM)
Wed, 12 Jan 2000 10:00:32 +0000 (GMT)


On Wed, 12 Jan 2000, Keith Owens wrote:
> Use a real function instead, then changing CONFIG_KMOD only recompiles
> one source.

I assume you mean both request_module() and request_modulef() should be
real functions (very small if CONFIG_KMOD is not defined). Otherwise
anything that uses request_modulef() and therefore includes kmod.h will
still depend on CONFIG_KMOD and the main advantage of this work will be
lost.

The patch I sent did not "do just that" but will "do just that" in the
next revision.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/