diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-04-10 02:53:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-30 18:26:55 +0200 |
commit | e4d38f334ad24f80229a8ebab26950de8e8f34d7 (patch) | |
tree | 700de742e06c9ef1df41d6d79b59a91d095abb4d /drivers/char | |
parent | tty: Replace TTY_THROTTLED bit tests with tty_throttled() (diff) | |
download | linux-e4d38f334ad24f80229a8ebab26950de8e8f34d7.tar.xz linux-e4d38f334ad24f80229a8ebab26950de8e8f34d7.zip |
tty: Define ASYNC_ replacement bits
Prepare for relocating kernel private state bits out of tty_port::flags
field; tty_port::flags field is not atomic and can become corrupted
by concurrent updates. It also suffers from the complication of sharing
in a userspace-visible field which must be masked.
Define new tty_port::iflags field and new, substitute bit definitions
for the former ASYNC_* flags.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions