]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sctp: define dst_pending_confirm as a bit in sctp_transport
authorXin Long <lucien.xin@gmail.com>
Sat, 18 Mar 2017 11:27:23 +0000 (19:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 01:31:50 +0000 (18:31 -0700)
commit1f904495b79003cd3d881de8731377d48fcbc7e3
treef9e7809ed39ea70978d0afe3e5ebd955dcbb4017
parent486a43db2e26b87125b5629e1ade516f90833934
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>
include/net/sctp/structs.h