Re: [PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Sam Ravnborg
On Mon, Sep 24, 2007 at 09:09:48AM +0100, Christoph Hellwig wrote: > On Mon, Sep 24, 2007 at 09:59:49AM +0200, Sam Ravnborg wrote: > > > Please kill lib-y while you're at it. It's useless and a constant > > > source of pain like this. > > Kernel-bloat is another "constant source of pain". > > But

Re: [PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Andrew Morton
On Mon, 24 Sep 2007 09:09:48 +0100 Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Mon, Sep 24, 2007 at 09:59:49AM +0200, Sam Ravnborg wrote: > > > Please kill lib-y while you're at it. It's useless and a constant > > > source of pain like this. > > Kernel-bloat is another "constant source of p

Re: [PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Christoph Hellwig
On Mon, Sep 24, 2007 at 09:59:49AM +0200, Sam Ravnborg wrote: > > Please kill lib-y while you're at it. It's useless and a constant > > source of pain like this. > Kernel-bloat is another "constant source of pain". > But the troubles are that increased blot does not result in compiler erros. > >

Re: [PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Sam Ravnborg
On Mon, Sep 24, 2007 at 08:41:10AM +0100, Christoph Hellwig wrote: > On Mon, Sep 24, 2007 at 11:18:26AM +0400, Alexey Dobriyan wrote: > > Modular puppyvisor started giving linking errors > > > > MODPOST 1 modules > > ERROR: "kasprintf" [drivers/lguest/lg.ko] undefined! > > Please kill l

Re: [PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Christoph Hellwig
On Mon, Sep 24, 2007 at 11:18:26AM +0400, Alexey Dobriyan wrote: > Modular puppyvisor started giving linking errors > > MODPOST 1 modules > ERROR: "kasprintf" [drivers/lguest/lg.ko] undefined! Please kill lib-y while you're at it. It's useless and a constant source of pain like thi

[PATCH] Move kasprintf.o to obj-y

2007-09-24 Thread Alexey Dobriyan
Modular puppyvisor started giving linking errors MODPOST 1 modules ERROR: "kasprintf" [drivers/lguest/lg.ko] undefined! Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- lib/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/lib/Makefile +++ b/li