From: Gerrit Renker Date: Tue, 2 Dec 2008 07:33:18 +0000 (-0800) Subject: dccp: Processing Confirm options X-Git-Tag: v2.6.29-rc1~581^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ad00422ecba0449f8e3a8f2ec9267bc994bf8f;p=pandora-kernel.git dccp: Processing Confirm options Analogous to the previous patch, this adds code to interpret incoming Confirm feature-negotiation options. Both functions operate on the feature-negotiation list of either the request_sock (server) or the dccp_sock (client). Thanks to Wei Yongjun for pointing out that it is overly restrictive to check the entire list of confirmed SP values. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: David S. Miller --- Reading git-diff-tree failed