From: Tejun Heo Date: Mon, 24 Jan 2011 16:54:12 +0000 (+0100) Subject: tty_ldisc: don't use flush_scheduled_work() X-Git-Tag: v2.6.39-rc1~470^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1f1a0b626d79071ee9fe91b7fcd28be6332677;p=pandora-kernel.git tty_ldisc: don't use flush_scheduled_work() flush_scheduled_work() is scheduled to be deprecated. Explicitly sync flush the used work items instead. Note that before this change, flush_scheduled_work() wouldn't have properly flushed tty->buf.work if it were on timer. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed