sctp: fix crash during module unload
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 2 Mar 2009 06:46:50 +0000 (06:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2009 06:27:38 +0000 (22:27 -0800)
An extra list_del() during the module load failure and unload
resulted in a crash with a list corruption.  Now sctp can
be unloaded again.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found