aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPeter Hurley <[email protected]>2014-11-05 12:12:56 -0500
committerGreg Kroah-Hartman <[email protected]>2014-11-05 18:42:15 -0800
commit324c1650ca2d6c1325afbb53d1187e63bbeaad0b (patch)
tree54f743bb9e26dc7b51a220bd92c237fdd75422d5 /tools/perf/scripts/python
parentdeb287e7401bbbf7803731805acbda1d983d1999 (diff)
tty: Simplify pty pair teardown logic
When the slave side closes and its tty count is 0, the pty pair can be destroyed; the master side must have already closed for the slave side tty count to be 0. Thus, only the pty master close must check if the slave side has closed by checking the slave tty count. Remove the pre-computed closing flags and check the actual count(s). Regular ttys are unaffected by this change. Reviewed-by: Alan Cox <[email protected]> Signed-off-by: Peter Hurley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions