]> bbs.cooldavid.org Git - net-next-2.6.git/commit
dccp: merge now-reduced connect_init() function
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 11 Oct 2010 18:36:33 +0000 (20:36 +0200)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 12 Oct 2010 04:57:40 +0000 (06:57 +0200)
commit93344af44c0f649582bf1e3b5ecc45b3d19e98c2
tree582193ad30a6b0f2523b667bd0a39ca70d9dcba0
parent0b53d4604ac2b4f2faa9a62a04ea9b383ad2efe0
dccp: merge now-reduced connect_init() function

After moving the assignment of GAR/ISS from dccp_connect_init() to
dccp_transmit_skb(), the former function becomes very small, so that
a merger with dccp_connect() suggests itself.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
net/dccp/output.c