[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 5 Feb 2008 19:23:44 +0000 (14:23 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 7 Feb 2008 02:27:39 +0000 (21:27 -0500)
commit5f9646c3d9f92a93b96c40e65c3d268baada842f
tree94f9e6c62bbcd6ebc7d87783612b8652054d0071
parenta869981423b96045c49420a6884c72528836cea8
[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.

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>
net/sctp/outqueue.c
net/sctp/sm_make_chunk.c