2000-12-12 16:14:39

by Patrick vd Lageweg

[permalink] [raw]
Subject: [PATCH] generic_serial's block_til_ready

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.generic_serial/drivers/char/generic_serial.c
--- linux-2.4.0-test10.clean/drivers/char/generic_serial.c Tue Nov 21 12:08:20 2000
+++ linux-2.4.0-test10.generic_serial/drivers/char/generic_serial.c Tue Nov 21 12:31:43 2000
@@ -35,7 +35,6 @@

static int gs_debug;

-
#ifdef DEBUG
#define gs_dprintk(f, str...) if (gs_debug & f) printk (str)
#else
@@ -583,7 +582,7 @@
}


-int block_til_ready(void *port_, struct file * filp)
+int gs_block_til_ready(void *port_, struct file * filp)
{
struct gs_port *port = port_;
DECLARE_WAITQUEUE(wait, current);
@@ -600,7 +599,7 @@

if (!tty) return 0;

- gs_dprintk (GS_DEBUG_BTR, "Entering block_till_ready.\n");
+ gs_dprintk (GS_DEBUG_BTR, "Entering gs_block_till_ready.\n");
/*
* If the device is in the middle of being closed, then block
* until it's done, and then try again.
@@ -1070,7 +1069,7 @@
EXPORT_SYMBOL(gs_start);
EXPORT_SYMBOL(gs_hangup);
EXPORT_SYMBOL(gs_do_softint);
-EXPORT_SYMBOL(block_til_ready);
+EXPORT_SYMBOL(gs_block_til_ready);
EXPORT_SYMBOL(gs_close);
EXPORT_SYMBOL(gs_set_termios);
EXPORT_SYMBOL(gs_init_port);
diff -r -u linux-2.4.0-test10.clean/drivers/char/sh-sci.c linux-2.4.0-test10.generic_serial/drivers/char/sh-sci.c
--- linux-2.4.0-test10.clean/drivers/char/sh-sci.c Wed Nov 1 13:57:19 2000
+++ linux-2.4.0-test10.generic_serial/drivers/char/sh-sci.c Tue Nov 21 12:13:56 2000
@@ -839,7 +839,7 @@
MOD_INC_USE_COUNT;
}

- retval = block_til_ready(port, filp);
+ retval = gs_block_til_ready(port, filp);

if (retval) {
MOD_DEC_USE_COUNT;
diff -r -u linux-2.4.0-test10.clean/drivers/char/sx.c linux-2.4.0-test10.generic_serial/drivers/char/sx.c
--- linux-2.4.0-test10.clean/drivers/char/sx.c Tue Nov 21 12:08:21 2000
+++ linux-2.4.0-test10.generic_serial/drivers/char/sx.c Tue Nov 21 12:13:56 2000
@@ -1478,7 +1478,7 @@
return -EIO;
}

- retval = block_til_ready(port, filp);
+ retval = gs_block_til_ready(port, filp);
sx_dprintk (SX_DEBUG_OPEN, "Block til ready returned %d. Count=%d\n",
retval, port->gs.count);

diff -r -u linux-2.4.0-test10.clean/include/linux/generic_serial.h linux-2.4.0-test10.generic_serial/include/linux/generic_serial.h
--- linux-2.4.0-test10.clean/include/linux/generic_serial.h Mon Mar 13 04:18:55 2000
+++ linux-2.4.0-test10.generic_serial/include/linux/generic_serial.h Tue Nov 21 12:13:56 2000
@@ -92,7 +92,7 @@
void gs_start(struct tty_struct *tty);
void gs_hangup(struct tty_struct *tty);
void gs_do_softint(void *private_);
-int block_til_ready(void *port, struct file *filp);
+int gs_block_til_ready(void *port, struct file *filp);
void gs_close(struct tty_struct *tty, struct file *filp);
void gs_set_termios (struct tty_struct * tty,
struct termios * old_termios);







2000-12-12 16:55:45

by Nick Holloway

[permalink] [raw]
Subject: Re: [PATCH] generic_serial's block_til_ready

[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 required in
Documention/CHANGES?

If so, then I'm not surprised the patch has not been applied (how many
times have you sent it?).

--
`O O' | [email protected]
// ^ \\ | http://www.pyrites.org.uk/

2000-12-12 16:58:26

by Jeff Garzik

[permalink] [raw]
Subject: Re: [PATCH] generic_serial's block_til_ready

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 the version specified as being required in
> Documention/CHANGES?
>
> If so, then I'm not surprised the patch has not been applied (how many
> times have you sent it?).

His patch is a namespace cleanup, which IMHO should be applied...

Jeff


--
Jeff Garzik |
Building 1024 | These are not the J's you're lookin' for.
MandrakeSoft | It's an old Jedi mind trick.