for example, say a background thread is doing select() on the fd while
another thread does close() followed by open() ... it is possible for
the close()/open() sequence on the tty to complete before the select()
is signaled and finishes ? so in the tty layer, you'd see tty_open
called (via the open()) before tty_close (via the close() and the
select()) ?
-mike
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to eca...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ