From 3c57ea8ca8b713a4b03cc8ecff319ad2ff1b23f1 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 26 May 2010 00:40:11 -0700 Subject: [PATCH] --- yaml --- r: 199194 b: refs/heads/master c: ff937938e7781b2c1bffce0a5400af308e3946d5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/sctp/structs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6d39da024a27..9eabc756ad7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed0f160ad674407adb3aba499444f71c83289c63 +refs/heads/master: ff937938e7781b2c1bffce0a5400af308e3946d5 diff --git a/trunk/include/net/sctp/structs.h b/trunk/include/net/sctp/structs.h index 6173c619913a..4b860116e096 100644 --- a/trunk/include/net/sctp/structs.h +++ b/trunk/include/net/sctp/structs.h @@ -876,7 +876,7 @@ struct sctp_transport { /* Reference counting. */ atomic_t refcnt; - int dead:1, + __u32 dead:1, /* RTO-Pending : A flag used to track if one of the DATA * chunks sent to this address is currently being * used to compute a RTT. If this flag is 0,