]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Merge tty_buffer_find() into tty_buffer_alloc()
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 13:36:04 +0000 (09:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:47:08 +0000 (16:47 -0700)
commit25cc3fbd0488803b1e4ad1e1b11e88f1e14e58ac
tree90cd2ccef4e11ae1b362a2585f191ded97cc280d
parent614f6dfe015d27c67607f1142a2ce969ab63da03
tty: Merge tty_buffer_find() into tty_buffer_alloc()

tty_buffer_find() implements a simple free list lookaside cache.
Merge this functionality into tty_buffer_alloc() to reflect the
more traditional alloc/free symmetry.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c