From: Peter Hurley Date: Sat, 15 Jun 2013 13:36:11 +0000 (-0400) Subject: tty: Only perform flip buffer flush from tty_buffer_flush() X-Git-Tag: v3.12-rc1~182^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a68be4f265be10e24be931c257af30ca55566b;p=pandora-kernel.git tty: Only perform flip buffer flush from tty_buffer_flush() Now that dropping the buffer lock is not necessary (as result of converting the spin lock to a mutex), the flip buffer flush no longer needs to be handled by the buffer work. Simply signal a flush is required; the buffer work will exit the i/o loop, which allows tty_buffer_flush() to proceed. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed