* [2.6 patch] unexport proc_clear_tty
@ 2008-04-23 9:52 Adrian Bunk
2008-04-23 10:50 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-04-23 9:52 UTC (permalink / raw)
To: David S. Miller, Alan Cox; +Cc: linux-kernel
With the removal of the Solaris binary emulation the export of
proc_clear_tty became unused.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
3cceb085820712e0df2916c89458bcc1ab04f250 diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 4d3c701..fb5a5cc 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -4037,7 +4037,6 @@ void proc_clear_tty(struct task_struct *p)
p->signal->tty = NULL;
spin_unlock_irq(&p->sighand->siglock);
}
-EXPORT_SYMBOL(proc_clear_tty);
static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
{
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [2.6 patch] unexport proc_clear_tty
2008-04-23 9:52 Adrian Bunk
@ 2008-04-23 10:50 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2008-04-23 10:50 UTC (permalink / raw)
To: bunk; +Cc: davem, alan, linux-kernel
From: Adrian Bunk <bunk@kernel.org>
Date: Wed, 23 Apr 2008 12:52:10 +0300
> With the removal of the Solaris binary emulation the export of
> proc_clear_tty became unused.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [2.6 patch] unexport proc_clear_tty
@ 2008-05-05 18:29 Adrian Bunk
2008-05-05 18:46 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:29 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel, David S. Miller, Andrew Morton
With the removal of the Solaris binary emulation the export of
proc_clear_tty became unused.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
---
This patch has been sent on:
- 23 Apr 2008
3cceb085820712e0df2916c89458bcc1ab04f250 diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 4d3c701..fb5a5cc 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -4037,7 +4037,6 @@ void proc_clear_tty(struct task_struct *p)
p->signal->tty = NULL;
spin_unlock_irq(&p->sighand->siglock);
}
-EXPORT_SYMBOL(proc_clear_tty);
static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
{
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [2.6 patch] unexport proc_clear_tty
2008-05-05 18:29 [2.6 patch] unexport proc_clear_tty Adrian Bunk
@ 2008-05-05 18:46 ` Alan Cox
0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2008-05-05 18:46 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel, David S. Miller, Andrew Morton
On Mon, 5 May 2008 21:29:32 +0300
Adrian Bunk <bunk@kernel.org> wrote:
> With the removal of the Solaris binary emulation the export of
> proc_clear_tty became unused.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Alan Cox <alan@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-05 18:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 18:29 [2.6 patch] unexport proc_clear_tty Adrian Bunk
2008-05-05 18:46 ` Alan Cox
-- strict thread matches above, loose matches on Subject: below --
2008-04-23 9:52 Adrian Bunk
2008-04-23 10:50 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox