Files
linux/drivers/tty
Peter Hurley f557474ca3 tty: Add fasync() hung up file operation
VFS uses a two-stage check-and-call method for invoking file_operations
methods, without explicitly snapshotting either the file_operations ptr
or the function ptr. Since the tty core is one of the few VFS users that
changes the f_op file_operations ptr of the file descriptor (when the
tty has been hung up), and since the likelihood of the compiler generating
a reload of either f_op or the function ptr is basically nil, just define
a hung up fasync() file operation that returns an error.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-01-28 11:58:02 -08:00
..
2015-03-31 12:04:13 +02:00
2015-05-10 19:26:37 +02:00
2016-01-27 14:28:20 -08:00
2015-10-17 21:14:06 -07:00
2015-12-12 23:05:28 -08:00
2015-12-13 19:59:48 -08:00