commit | 1cef50e317c3395c6e8451f2b82a155db6ef2b42 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 09:36:02 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:47:07 2013 -0700 |
tree | 5721c11c135878e4806b118b5cef5dc407e1b9b7 | |
parent | 1fc359fc3ea72314cc3ebdfa94c60e020c152cd2 [diff] |
tty: Fix flip buffer free list Since flip buffers are size-aligned to 256 bytes and all flip buffers 512-bytes or larger are not added to the free list, the free list only contains 256-byte flip buffers. Remove the list search when allocating a new flip buffer. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>