diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-06-04 03:57:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-12 20:39:51 -0400 |
commit | 3e20c31a222e31aa681bdf6a62d7bc9b82af60b7 (patch) | |
tree | 7667bc6529215ecfb8af6d533a953020a1e928fe | |
parent | 84e1eb83d0b9e0969a59b6848d718eaf71e98fcb (diff) |
Doc: tty.txt: remove mention of the BKL
The BKL is long gone, no need to kill the dead.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 dbe6623fed1c..973c8ad3f959 100644 --- a/Documentation/serial/tty.txt +++ b/Documentation/serial/tty.txt | |||
@@ -4,9 +4,6 @@ | |||
4 | Your guide to the ancient and twisted locking policies of the tty layer and | 4 | Your guide to the ancient and twisted locking policies of the tty layer and |
5 | the warped logic behind them. Beware all ye who read on. | 5 | the warped logic behind them. Beware all ye who read on. |
6 | 6 | ||
7 | FIXME: still need to work out the full set of BKL assumptions and document | ||
8 | them so they can eventually be killed off. | ||
9 | |||
10 | 7 | ||
11 | Line Discipline | 8 | Line Discipline |
12 | --------------- | 9 | --------------- |