Re: [PATCH 1/5] Simplify module_get_kallsym() by dropping length arg

2007-04-02 Thread Rusty Russell
On Mon, 2007-04-02 at 19:01 +0400, Alexey Dobriyan wrote: > - > [PATCH 1/5] Simplify module_get_kallsym() by dropping length arg > > module_get_kallsym() could in theory truncate module symbol name to fit >

[PATCH 1/5] Simplify module_get_kallsym() by dropping length arg

2007-04-02 Thread Alexey Dobriyan
ally depend on others. Please, review. --------- [PATCH 1/5] Simplify module_get_kallsym() by dropping length arg module_get_kallsym() could in theory truncate module symbol name to fit in buffer, but nobody does this. Always use KSYM_N