Skip to content

Commit c51db4a

Browse files
edumazetdavem330
authored andcommitted
tcp: do not export tcp_twsk_purge()
After commit 1eeb504 ("tcp/dccp: do not care about families in inet_twsk_purge()") tcp_twsk_purge() is no longer potentially called from a module. Signed-off-by: Eric Dumazet <[email protected]> Cc: Kuniyuki Iwashima <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6a57f09 commit c51db4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/ipv4/tcp_minisocks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ void tcp_twsk_purge(struct list_head *net_exit_list)
403403
}
404404
}
405405
}
406-
EXPORT_SYMBOL_GPL(tcp_twsk_purge);
407406

408407
/* Warning : This function is called without sk_listener being locked.
409408
* Be sure to read socket fields once, as their value could change under us.

0 commit comments

Comments
 (0)