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

Tigran Aivazian (tigran@sco.COM)
Wed, 12 Jan 2000 07:52:19 +0000 (GMT)


> On Tue, 11 Jan 2000, Alexander Viro wrote:
> > The only thing to watch for is literal module name
> > passing - if you know that name will never contain % you are fine,
> > otherwise you'll need to go for "%s",name.

Ah, sorry. This comment I misunderstood on the first round. Yes, this
comment is correct, thank you.

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/