diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-04-09 17:53:20 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-30 09:26:55 -0700 |
commit | e4d38f334ad24f80229a8ebab26950de8e8f34d7 (patch) | |
tree | 700de742e06c9ef1df41d6d79b59a91d095abb4d /virt | |
parent | 97ef38b8210d7459d4cb51668cdf3983772ac6b7 (diff) | |
download | blackbird-op-linux-e4d38f334ad24f80229a8ebab26950de8e8f34d7.tar.gz blackbird-op-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 'virt')
0 files changed, 0 insertions, 0 deletions