net: Make inet_twsk_put similar to sock_put
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 May 2009 23:50:52 +0000 (16:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 23:50:52 +0000 (16:50 -0700)
By separating the freeing code from the refcounting decrementing.
Probably reducing icache pressure when we still have reference counts to
go.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found