commit | bf7a06bcce205705ea5c7675cbb8ea9239ea30a0 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:41:16 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:42 2008 -0700 |
tree | 98decd6b145bb9e42350190bb32178584e4caca6 | |
parent | 15582d36a15978355d2168eaa018a3736db7281f [diff] |
vt: remove bogus lock dropping For hysterical raisins the vt layer drops and retakes locks in the write method. This is a left over from the days when user/kernel data was passed directly to the tty not pre-buffered. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>