From: Peter Hurley Date: Sat, 15 Jun 2013 13:36:06 +0000 (-0400) Subject: tty: Use lockless flip buffer free list X-Git-Tag: v3.12-rc1~182^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809850b7a5fcc0a96d023e1171a7944c60fd5a71;p=pandora-kernel.git tty: Use lockless flip buffer free list In preparation for lockless flip buffers, make the flip buffer free list lockless. NB: using llist is not the optimal solution, as the driver and buffer work may contend over the llist head unnecessarily. However, test measurements indicate this contention is low. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed