From: Rémi Denis-Courmont Date: Tue, 15 Mar 2011 21:55:49 +0000 (-0700) Subject: Phonet: fix aligned-mode pipe socket buffer header reserve X-Git-Tag: v2.6.39-rc1~468^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638be344593b66ccca6802c6076a5b3d9200829d;p=pandora-kernel.git Phonet: fix aligned-mode pipe socket buffer header reserve When the pipe uses aligned-mode data packets, we must reserve 4 bytes instead of 3 for the pipe protocol header. Otherwise the Phonet header would not be aligned, resulting in potentially corrupted headers with later unaligned memory writes. Signed-off-by: Rémi Denis-Courmont Signed-off-by: David S. Miller --- Reading git-diff-tree failed