X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Frequest_sock.c;h=98f0fc923f9195326ed9d0fe538e58fd7528d8d7;hb=489447380a2921ec0e9154f773c44ab3167ede4b;hp=b8203de5ff073c4e3bda5166ef1542b793141a0c;hpb=295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9;p=linux-2.6 diff --git a/net/core/request_sock.c b/net/core/request_sock.c index b8203de5ff..98f0fc923f 100644 --- a/net/core/request_sock.c +++ b/net/core/request_sock.c @@ -52,7 +52,6 @@ int reqsk_queue_alloc(struct request_sock_queue *queue, get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd)); rwlock_init(&queue->syn_wait_lock); queue->rskq_accept_head = queue->rskq_accept_head = NULL; - queue->rskq_defer_accept = 0; lopt->nr_table_entries = nr_table_entries; write_lock_bh(&queue->syn_wait_lock);