From: Peter Hurley Date: Mon, 9 Dec 2013 14:23:52 +0000 (-0500) Subject: tty: Halve flip buffer GFP_ATOMIC memory consumption X-Git-Tag: v3.14-rc1~149^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc0f67f307f52f7aec1cffdc40a786c15dd21d9;p=pandora-kernel.git tty: Halve flip buffer GFP_ATOMIC memory consumption tty flip buffers use GFP_ATOMIC allocations for received data which is to be processed by the line discipline. For each byte received, an extra byte is used to indicate the error status of that byte. Instead, if the received data is error-free, encode the entire buffer without status bytes. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed