From: Arnaldo Carvalho de Melo Date: Sun, 19 Jun 2005 05:47:21 +0000 (-0700) Subject: [NET] Rename open_request to request_sock X-Git-Tag: v2.6.13-rc1~90^2~583^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60236fdd08b2169045a3bbfc5ffe1576e6c3c17b;p=pandora-kernel.git [NET] Rename open_request to request_sock Ok, this one just renames some stuff to have a better namespace and to dissassociate it from TCP: struct open_request -> struct request_sock tcp_openreq_alloc -> reqsk_alloc tcp_openreq_free -> reqsk_free tcp_openreq_fastfree -> __reqsk_free With this most of the infrastructure closely resembles a struct sock methods subset. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed