Remove bogons from the iSeries console
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Wed, 6 Aug 2008 13:06:29 +0000 (14:06 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Aug 2008 17:36:53 +0000 (10:36 -0700)
The iSeries driver calls into the n_tty ldisc code directly for some
bizarre reason. I previously tagged this with a query but this actually
does need fixing as n_tty methods when you have a different ldisc set are
not a good thing to call.

In n_tty mode this change should have no effect, the core tty layer has
always called the ldisc ioctl method *anyway* and will call the one for
the right ldisc.

Signed-off-by: Alan Cox <alan@redhat.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found