[<prev] [next>] [day] [month] [year] [list]
Message-ID: <5197800D.60601@list.ru>
Date: Sat, 18 May 2013 17:20:13 +0400
From: Stas Sergeev <stsp@...t.ru>
To: Linux kernel <linux-kernel@...r.kernel.org>
CC: Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: [PATCH] n_tty: fix .chars_in_buffer confusion
Hi.
I think there is a confusion with n_tty_chars_in_buffer(): it
calculates the amount of input chars, but is used as a
.chars_in_buffer member of tty_ldisc_ops, which, AFAIK,
should calculate the amount of _output_ chars buffered.
Here is the patch that changes this.
Since it doesn't fix any problem I can practically observe,
the chances are high that I am missing something obvious.
Can someone please take a look if there is really a bug here?
View attachment "0001-n_tty-fix-.chars_in_buffer-confusion.patch" of type "text/x-patch" (2331 bytes)
Powered by blists - more mailing lists