From: Peter Hurley Date: Sat, 15 Jun 2013 13:36:13 +0000 (-0400) Subject: tty: Use non-atomic state to signal flip buffer flush pending X-Git-Tag: v3.12-rc1~182^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f56bd2f6a97d8b0eb5c8f9bc04b83a6c16d1d48;p=pandora-kernel.git tty: Use non-atomic state to signal flip buffer flush pending Atomic bit ops are no longer required to indicate a flip buffer flush is pending, as the flush_mutex is sufficient barrier. Remove the unnecessary port .iflags field and localize flip buffer state to struct tty_bufhead. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed