[SCTP]: Remove redundant wrapper functions.
authorFlorian Westphal <fw@strlen.de>
Mon, 24 Mar 2008 05:47:08 +0000 (22:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Mar 2008 05:47:08 +0000 (22:47 -0700)
commit80445cfb28a6b093540582b68d9ae928bf34cfe7
tree67b3cdcc8af6b7f74c82d70727880f0571f8ecba
parent2444844cefd2ce0ac73858cf980de07e33a5dd20
[SCTP]: Remove redundant wrapper functions.

sctp_datamsg_free and sctp_datamsg_track are just aliases for
sctp_datamsg_put and sctp_chunk_hold, respectively.

Saves 32 Bytes on x86.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/chunk.c
net/sctp/socket.c