From: Eric Dumazet Date: Wed, 18 Mar 2015 01:32:29 +0000 (-0700) Subject: tcp: rename struct tcp_request_sock listener X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~220^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9439ce00f208d95703a6725e4ea986dd90e37ffd;p=pandora-kernel.git tcp: rename struct tcp_request_sock listener The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed