tty: Remove TTY_CLOSING
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 5 Nov 2014 17:12:52 +0000 (12:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 02:24:10 +0000 (18:24 -0800)
commit04980706c8febe41ec598116b174bd3a2dc82355
treee1ed6e1acdfcf796a009e5ae43659f2c6129128c
parentaa3cb814a8efae1b7c81516b4bee41f831fe2e7a
tty: Remove TTY_CLOSING

Now that re-open is not permitted for a legacy BSD pty master,
using TTY_CLOSING to indicate when a tty can be torn-down is
no longer necessary.

Reviewed-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c
include/linux/tty.h
This page took 0.084294 seconds and 5 git commands to generate.