[PATCH] generic_serial's block_til_ready

2000-12-15 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -u -r linux-2.4.0-test13-pre1.clean/drivers/char/generic_serial.c linux-2.4.0-test13-p

Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Jeff Garzik
Nick Holloway wrote: > > [EMAIL PROTECTED] (Patrick van de Lageweg) writes: > > This patch renames the block_til_ready of generic serial to > > gs_block_til_ready. > > > > it helps when other modules have a "static block_til_ready" defined when > > used older modutils. > > Do you mean older than

Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Nick Holloway
[EMAIL PROTECTED] (Patrick van de Lageweg) writes: > This patch renames the block_til_ready of generic serial to > gs_block_til_ready. > > it helps when other modules have a "static block_til_ready" defined when > used older modutils. Do you mean older than the version specified as being requir

[PATCH] generic_serial's block_til_ready

2000-12-12 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -r -u linux-2.4.0-test10.clean/drivers/char/generic_serial.c linux-2.4.0-test10.gener

[PATCH] generic_serial's block_til_ready

2000-12-06 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -r -u linux-2.4.0-test10.clean/drivers/char/generic_serial.c linux-2.4.0-test10.gener

[PATCH] generic_serial's block_til_ready

2000-11-30 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -r -u linux-2.4.0-test10.clean/drivers/char/generic_serial.c linux-2.4.0-test10.gener

[PATCH] generic_serial's block_til_ready

2000-11-21 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -r -u linux-2.4.0-test10.clean/drivers/char/generic_serial.c linux-2.4.0-test10.gener

Re: [PATCH] generic_serial's block_til_ready (fwd)

2000-10-27 Thread Keith Owens
On Fri, 27 Oct 2000 15:27:04 +0200 (CEST), Patrick van de Lageweg <[EMAIL PROTECTED]> wrote: >This patch renames the block_til_ready of generic serial to >gs_block_til_ready. This patch also exports the symbols needed by other >modules with generic_serial compiled into the kernel. > >(it also hel

[PATCH] generic_serial's block_til_ready (fwd)

2000-10-27 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. This patch also exports the symbols needed by other modules with generic_serial compiled into the kernel. (it also helps when other modules have a "static block_til_ready" defined. This IMHO is a bug in the