linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][TTY] callout removal
@ 2003-05-13  6:23 viro
  2003-05-13  6:44 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: viro @ 2003-05-13  6:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

	Folks, it had been quite a few years since callout tty devices had
been deprecated.  IMO it's time to bury them - the following

        if ((tty->driver.type == TTY_DRIVER_TYPE_SERIAL) &&
            (tty->driver.subtype == SERIAL_TYPE_CALLOUT)) {
                printk("Warning, %s opened, is a deprecated tty "
                       "callout device\n", tty_name(tty, buf));

in tty_open() had been theres since 2.1.90-pre2.  IOW, we had two stable
branches since then.

Quite a few things in tty code and related data structures exist only
because of these beasts and I'd rather get rid of them.

If nobody has serious objections I'll submit patches removing that stuff,
so if you _do_ have a reason to keep callouts around, yell now.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-13  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-13  6:23 [RFC][TTY] callout removal viro
2003-05-13  6:44 ` Andrew Morton
2003-05-13  7:04   ` Matti Aarnio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).