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