net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettings
[deliverable/linux.git] / net / sctp / inqueue.c
index 942770675f4cc0efc9686f4e4038450f060f34ae..c30ddb0f31907f57c5ce85b00dbe04260ca1cb2e 100644 (file)
@@ -89,12 +89,10 @@ void sctp_inq_push(struct sctp_inq *q, struct sctp_chunk *chunk)
         * Eventually, we should clean up inqueue to not rely
         * on the BH related data structures.
         */
-       local_bh_disable();
        list_add_tail(&chunk->list, &q->in_chunk_list);
        if (chunk->asoc)
                chunk->asoc->stats.ipackets++;
        q->immediate.func(&q->immediate);
-       local_bh_enable();
 }
 
 /* Peek at the next chunk on the inqeue. */
This page took 0.029845 seconds and 5 git commands to generate.