netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tcp: make tcp_clear_md5_list static
@ 2012-10-12 20:22 Stephen Hemminger
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2012-10-12 20:22 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Only used in one file.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/net/ipv4/tcp_ipv4.c	2012-10-12 13:08:19.497799654 -0700
+++ b/net/ipv4/tcp_ipv4.c	2012-10-12 13:11:20.616030173 -0700
@@ -1070,7 +1070,7 @@ int tcp_md5_do_del(struct sock *sk, cons
 }
 EXPORT_SYMBOL(tcp_md5_do_del);
 
-void tcp_clear_md5_list(struct sock *sk)
+static void tcp_clear_md5_list(struct sock *sk)
 {
 	struct tcp_sock *tp = tcp_sk(sk);
 	struct tcp_md5sig_key *key;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] tcp: make tcp_clear_md5_list static
@ 2012-10-27  0:31 Stephen Hemminger
  2012-10-31 18:05 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2012-10-27  0:31 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Trivial. Only used in one file.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/net/ipv4/tcp_ipv4.c	2012-10-12 13:08:19.497799654 -0700
+++ b/net/ipv4/tcp_ipv4.c	2012-10-12 13:11:20.616030173 -0700
@@ -1070,7 +1070,7 @@ int tcp_md5_do_del(struct sock *sk, cons
 }
 EXPORT_SYMBOL(tcp_md5_do_del);
 
-void tcp_clear_md5_list(struct sock *sk)
+static void tcp_clear_md5_list(struct sock *sk)
 {
 	struct tcp_sock *tp = tcp_sk(sk);
 	struct tcp_md5sig_key *key;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tcp: make tcp_clear_md5_list static
  2012-10-27  0:31 [PATCH] tcp: make tcp_clear_md5_list static Stephen Hemminger
@ 2012-10-31 18:05 ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2012-10-31 18:05 UTC (permalink / raw)
  To: shemminger; +Cc: netdev

From: Stephen Hemminger <shemminger@vyatta.com>
Date: Fri, 26 Oct 2012 17:31:40 -0700

> Trivial. Only used in one file.
> 
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-31 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27  0:31 [PATCH] tcp: make tcp_clear_md5_list static Stephen Hemminger
2012-10-31 18:05 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2012-10-12 20:22 Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).