]> bbs.cooldavid.org Git - net-next-2.6.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)
commit0971d17ca3d80f61863f4750091a64448bf91600
tree4f4a4f334b382c873462788adf915e85230f5363
parent25f13048bce61f33f6a102e0bf377fd3922ed364
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