From: Arnaldo Carvalho de Melo Date: Tue, 21 Mar 2006 06:50:58 +0000 (-0800) Subject: [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock X-Git-Tag: v2.6.17-rc1~1175^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bf3902427a128455b8de299ff0918072b2e974;p=pandora-kernel.git [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock This will later be included in struct dccp_request_sock so that we can have per connection feature negotiation state while in the 3way handshake, when we clone the DCCP_ROLE_LISTEN socket (in dccp_create_openreq_child) we'll just copy this state from dreq_minisock to dccps_minisock. Also the feature negotiation and option parsing code will mostly touch dccps_minisock, which will simplify some stuff. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed