From: Gerrit Renker Date: Mon, 8 Dec 2008 09:15:55 +0000 (-0800) Subject: dccp: Integration of dynamic feature activation - part 2 (server side) X-Git-Tag: v2.6.29-rc1~581^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192b27ff35bad4cf76cc4239419e9f805935e4f8;p=pandora-kernel.git dccp: Integration of dynamic feature activation - part 2 (server side) This patch integrates the activation of features at the end of negotiation into the server-side code. Note regarding the removal of 'const': -------------------------------------- The 'const' attribute has been removed from 'dreq' since dccp_activate_values() needs to operate on dreq's feature list. Part of the activation is to remove those options from the list that have already been confirmed, hence it is not purely read-only. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: David S. Miller --- Reading git-diff-tree failed