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.
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
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/