]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
vt: remove bogus lock dropping
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:41:16 +0000 (10:41 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:42 +0000 (09:51 -0700)
commitbf7a06bcce205705ea5c7675cbb8ea9239ea30a0
tree98decd6b145bb9e42350190bb32178584e4caca6
parent15582d36a15978355d2168eaa018a3736db7281f
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>
drivers/char/vt.c