]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: Fix flip_buf full handling
authorJeff Dike <jdike@addtoit.com>
Fri, 6 Jan 2006 08:18:58 +0000 (00:18 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:46 +0000 (08:33 -0800)
commit1f1991abb83a082f739588ae1fd92e6bb27ff0e9
tree938b1a30d0d127ed05e8145af2ddcd1c07719ac0
parent2ca45bef802e568d4d450448996c1367166132d8
[PATCH] uml: Fix flip_buf full handling

When the tty flip_buf is full, it's a good idea to delay the input processing
for a jiffy, rather than just scheduling the tasklet immediately.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/drivers/chan_kern.c