git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2444844
)
[SCTP]: Remove redundant wrapper functions.
author
Florian Westphal
<fw@strlen.de>
Mon, 24 Mar 2008 05:47:08 +0000
(22:47 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 24 Mar 2008 05:47:08 +0000
(22:47 -0700)
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>
No differences found