Re: [PATCH net] sctp: define dst_pending_confirm as a bit in sctp_transport

2017-03-21 Thread David Miller
From: Xin Long Date: Sat, 18 Mar 2017 19:27:23 +0800 > 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 Applied.

Re: [PATCH net] sctp: define dst_pending_confirm as a bit in sctp_transport

2017-03-18 Thread Neil Horman
On Sat, Mar 18, 2017 at 07:27:23PM +0800, Xin Long wrote: > 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 > --- > include/net/sctp/structs.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 d

[PATCH net] sctp: define dst_pending_confirm as a bit in sctp_transport

2017-03-18 Thread Xin Long
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 --- include/net/sctp/structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/sctp/structs.h b/include/net/sctp/