]> Git Repo - linux.git/commit
n_tty: Don't wait for buffer work in read() loop
authorPeter Hurley <[email protected]>
Sat, 15 Jun 2013 13:14:29 +0000 (09:14 -0400)
committerGreg Kroah-Hartman <[email protected]>
Tue, 23 Jul 2013 23:43:02 +0000 (16:43 -0700)
commitf95499c3030fe1bfad57745f2db1959c5b43dca8
tree0cb875c59a1fe4f13107660bc576c6e801335a5e
parentd1913e3916f35eb043e8d770839dd96c1379007d
n_tty: Don't wait for buffer work in read() loop

User-space read() can run concurrently with receiving from device;
waiting for receive_buf() to complete is not required.

Signed-off-by: Peter Hurley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/n_tty.c
This page took 0.062761 seconds and 4 git commands to generate.