diff options
| author | Peter Hurley <peter@hurleysoftware.com> | 2016-01-11 01:40:54 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-27 18:01:44 -0500 |
| commit | fdfb719e93b55a50f90da2059dc450e7c0c48e8f (patch) | |
| tree | 5317736293b5c7c16673df42d4542b78a70831aa /Documentation/serial | |
| parent | 582e20a03b9bcbddaeaffb38800323ddcc4a9173 (diff) | |
tty: Remove chars_in_buffer() line discipline method
The chars_in_buffer() line discipline method serves no functional
purpose, other than as a (dubious) debugging aid for mostly bit-rotting
drivers. Despite being documented as an optional method, every caller
is unconditionally executed (although conditionally compiled).
Furthermore, direct tty->ldisc access without an ldisc ref is unsafe.
Lastly, N_TTY's chars_in_buffer() has warned of removal since 3.12.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/serial')
| -rw-r--r-- | Documentation/serial/tty.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/serial/tty.txt b/Documentation/serial/tty.txt index bc3842dc323a..798cba82c762 100644 --- a/Documentation/serial/tty.txt +++ b/Documentation/serial/tty.txt | |||
| @@ -72,9 +72,6 @@ flush_buffer() - (optional) May be called at any point between | |||
| 72 | open and close, and instructs the line discipline | 72 | open and close, and instructs the line discipline |
| 73 | to empty its input buffer. | 73 | to empty its input buffer. |
| 74 | 74 | ||
| 75 | chars_in_buffer() - (optional) Report the number of bytes in the input | ||
| 76 | buffer. | ||
| 77 | |||
| 78 | set_termios() - (optional) Called on termios structure changes. | 75 | set_termios() - (optional) Called on termios structure changes. |
| 79 | The caller passes the old termios data and the | 76 | The caller passes the old termios data and the |
| 80 | current data is in the tty. Called under the | 77 | current data is in the tty. Called under the |
