aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-notifier-error-inject.c
diff options
context:
space:
mode:
authorPeter Hurley <[email protected]>2016-01-09 21:13:45 -0800
committerGreg Kroah-Hartman <[email protected]>2016-01-26 23:17:54 -0800
commit7f22f6c935cda600660e623a411fe380015d28d9 (patch)
tree1083661f1cad2ddd47a7770b2d6f4470da37d157 /lib/netdev-notifier-error-inject.c
parent0bfd464d3fdd5bb322f9cace4cc47f1796545cf7 (diff)
tty: Retry failed reopen if tty teardown in-progress
A small window exists where a tty reopen will observe the tty just prior to imminent teardown (tty->count == 0); in this case, open() returns EIO to userspace. Instead, retry the open after checking for signals and yielding; this interruptible retry loop allows teardown to commence and initialize a new tty on retry. Never retry the BSD master pty reopen; there is no guarantee the pty pair teardown is imminent since the slave file descriptors may remain open indefinitely. Signed-off-by: Peter Hurley <[email protected]> Cc: stable <[email protected]> # 4.4 Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions