[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)
commit9159c9dfffe1746d58b015ceaa3b7b8e99ee9d5c
tree938b1a30d0d127ed05e8145af2ddcd1c07719ac0
parent165dc5911627a9c4752e909a0da661b96b6fd269
[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