commit | 1f904495b79003cd3d881de8731377d48fcbc7e3 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Mar 18 19:27:23 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 21 18:31:50 2017 -0700 |
tree | f9e7809ed39ea70978d0afe3e5ebd955dcbb4017 | |
parent | 486a43db2e26b87125b5629e1ade516f90833934 [diff] |
sctp: define dst_pending_confirm as a bit in sctp_transport As tp->dst_pending_confirm's value can only be set 0 or 1, this patch is to change to define it as a bit instead of __u32. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>