From: Atzm Watanabe Date: Tue, 17 Dec 2013 13:53:36 +0000 (+0900) Subject: packet: fill the gap of TPACKET_ALIGNMENT with zeros X-Git-Tag: v3.14-rc1~94^2~465^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d26f4b080f55e9577b45e6b51a04971eb459e9;p=pandora-kernel.git packet: fill the gap of TPACKET_ALIGNMENT with zeros struct tpacket{2,3}_hdr is aligned to a multiple of TPACKET_ALIGNMENT. Explicitly defining and zeroing the gap of this makes additional changes easier. Signed-off-by: Atzm Watanabe Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed