]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: drop unnecessary __packed from some stream reconf structures
authorXin Long <lucien.xin@gmail.com>
Wed, 8 Feb 2017 17:18:15 +0000 (01:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Feb 2017 21:57:38 +0000 (16:57 -0500)
commit5c7df97771f95d1e442fd7f7f26815f95ffa9553
treebd91f396be901530b5af8f5659f1e83504283d2a
parent5b6fc47276721282e31b54445951db9cca3cecad
sctp: drop unnecessary __packed from some stream reconf structures

commit 8c172f906054 ("sctp: drop __packed from almost all SCTP structures")
has removed __packed from almost all SCTP structures. But there still are
three structures where it should be dropped.

This patch is to remove it from some stream reconf structures.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sctp.h