]> git.baikalelectronics.ru Git - kernel.git/commit
dccp: Insert feature-negotiation options into skb
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 2 Dec 2008 07:27:31 +0000 (23:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Dec 2008 07:27:31 +0000 (23:27 -0800)
commit71062a878747570f9271a521823d8efbe69a6263
tree4f4a4f334b382c873462788adf915e85230f5363
parent5a998481f581dfbc9dd88f10c591a15d71892d8d
dccp: Insert feature-negotiation options into skb

This patch replaces the earlier insertion routine from options.c, so that
code specific to feature negotiation can remain in feat.c. This is possible
by calling a function already existing in options.c.

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/dccp.h
net/dccp/feat.c