Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block
[pandora-kernel.git] / net / tipc / bearer.c
index 85209ea..85eba9c 100644 (file)
@@ -402,7 +402,6 @@ void tipc_bearer_lock_push(struct tipc_bearer *b_ptr)
 void tipc_continue(struct tipc_bearer *b_ptr)
 {
        spin_lock_bh(&b_ptr->lock);
-       b_ptr->continue_count++;
        if (!list_empty(&b_ptr->cong_links))
                tipc_k_signal((Handler)tipc_bearer_lock_push, (unsigned long)b_ptr);
        b_ptr->blocked = 0;