tty: Convert tty->closing to int
authorPeter Hurley <[email protected]>
Wed, 5 Nov 2014 17:40:04 +0000 (12:40 -0500)
committerGreg Kroah-Hartman <[email protected]>
Thu, 6 Nov 2014 22:57:27 +0000 (14:57 -0800)
commit413ba6385382bc80e4bf2f58efa900e82e810b11
treea2bb1b252942e22659f508602d84c6cb5885e3dc
parent633caba8932d9ba2f79bbcb7573e58eae3fdac68
tty: Convert tty->closing to int

tty->closing is a bitfield member; prevent corruption from non-atomic
update by assigning a unique memory location.

Signed-off-by: Peter Hurley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
include/linux/tty.h