From: Kirill Tkhai Date: Thu, 15 May 2014 15:56:28 +0000 (+0400) Subject: net: unix: Align send data_len up to PAGE_SIZE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ff6aa5c86f7564f0dd97c5b3e1404cad238d00;p=pandora-kernel.git net: unix: Align send data_len up to PAGE_SIZE Using whole of allocated pages reduces requested skb->data size. This is just a little more thriftily allocation. netperf does not show difference with the current performance. Signed-off-by: Kirill Tkhai Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed