]> git.baikalelectronics.ru Git - kernel.git/commit
dccp: Integration of dynamic feature activation - part 2 (server side)
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 8 Dec 2008 09:15:55 +0000 (01:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Dec 2008 09:15:55 +0000 (01:15 -0800)
commitc7d011fb7da7e52c4cc85dbe1e102c6119e53221
tree8ad3bdb36f4cf7ef4f15c737c22f3b4d6b9578d3
parentd90695dbae8cca0a095331e276827f355b95c739
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 <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/minisocks.c