From: Arnaldo Carvalho de Melo Date: Mon, 27 Feb 2006 21:30:43 +0000 (-0800) Subject: [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc X-Git-Tag: v2.6.16-rc6~163^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba13c98405ba44d37d148376c6615e6c8babbfdc;p=pandora-kernel.git [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc In 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 I moved defer_accept from tcp_sock to request_queue and mistakingly reset it at reqsl_queue_alloc, causing calls to setsockopt(TCP_DEFER_ACCEPT ) to be lost after bind, the fix is to remove the zeroing of rskq_defer_accept from reqsl_queue_alloc. Thanks to Alexandra N. Kossovsky for reporting and testing the suggested fix. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed