tipc: remove active flag from tipc_bearer structure
[deliverable/linux.git] / net / tipc / link.c
index a42f4a1d3cd1d4cd2acd2251a1ab6000660cb3d1..882c5c9c52f973dbbb176d3593053bc4746e7a4b 100644 (file)
@@ -1458,10 +1458,6 @@ void tipc_rcv(struct sk_buff *head, struct tipc_bearer *b_ptr)
                head = head->next;
                buf->next = NULL;
 
-               /* Ensure bearer is still enabled */
-               if (unlikely(!b_ptr->active))
-                       goto discard;
-
                /* Ensure message is well-formed */
                if (unlikely(!link_recv_buf_validate(buf)))
                        goto discard;
This page took 0.029722 seconds and 5 git commands to generate.