Re: block_til_ready

2007-03-08 Thread Eric Dumazet
Mockern a écrit : Hi, What is the simpliest implementation of block_til_ready for tty driver? Thanks, Andy Welcome Andy Since your messages always make me wonder if you are some kind of robot, able to post one "one line" message to lkml everyday, I have one suggestion : Try

block_til_ready

2007-03-08 Thread Mockern
Hi, What is the simpliest implementation of block_til_ready for tty driver? Thanks, Andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please re

[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.

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 > &g

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 v

[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.

[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.

[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.

[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.

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 kern

[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 i