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:
a869981
)
[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Tue, 5 Feb 2008 19:23:44 +0000
(14:23 -0500)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Thu, 7 Feb 2008 02:27:39 +0000
(21:27 -0500)
In a few instances, we need to remove the chunk from the transmitted list
prior to freeing it. This is because the free code doesn't do that any
more and so we need to do it manually.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
No differences found