netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: dev_close_many() is static
@ 2011-01-20  7:23 Eric Dumazet
  2011-01-20  9:16 ` Octavian Purdila
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Dumazet @ 2011-01-20  7:23 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Octavian Purdila

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Octavian Purdila <opurdila@ixiacom.com>
---
 net/core/dev.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 7c6a46f..c135268 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1285,7 +1285,7 @@ static int __dev_close(struct net_device *dev)
 	return __dev_close_many(&single);
 }
 
-int dev_close_many(struct list_head *head)
+static int dev_close_many(struct list_head *head)
 {
 	struct net_device *dev, *tmp;
 	LIST_HEAD(tmp_list);



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

* Re: [PATCH] net: dev_close_many() is static
  2011-01-20  7:23 [PATCH] net: dev_close_many() is static Eric Dumazet
@ 2011-01-20  9:16 ` Octavian Purdila
  2011-01-21  0:55   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Octavian Purdila @ 2011-01-20  9:16 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: David Miller, netdev

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Thursday 20 January 2011, 09:23:22

> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
> CC: Octavian Purdila <opurdila@ixiacom.com>
> ---
>  net/core/dev.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/core/dev.c b/net/core/dev.c
> index 7c6a46f..c135268 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -1285,7 +1285,7 @@ static int __dev_close(struct net_device *dev)
>  	return __dev_close_many(&single);
>  }
> 
> -int dev_close_many(struct list_head *head)
> +static int dev_close_many(struct list_head *head)
>  {
>  	struct net_device *dev, *tmp;
>  	LIST_HEAD(tmp_list);

Oops, missed that. Thanks Eric !

Reviewed-by: Octavian Purdila <opurdila@ixiacom.com>

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

* Re: [PATCH] net: dev_close_many() is static
  2011-01-20  9:16 ` Octavian Purdila
@ 2011-01-21  0:55   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2011-01-21  0:55 UTC (permalink / raw)
  To: opurdila; +Cc: eric.dumazet, netdev

From: Octavian Purdila <opurdila@ixiacom.com>
Date: Thu, 20 Jan 2011 11:16:28 +0200

> From: Eric Dumazet <eric.dumazet@gmail.com>
> Date: Thursday 20 January 2011, 09:23:22
> 
>> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
>> CC: Octavian Purdila <opurdila@ixiacom.com>
> Oops, missed that. Thanks Eric !
> 
> Reviewed-by: Octavian Purdila <opurdila@ixiacom.com>

Applied.

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

end of thread, other threads:[~2011-01-21  0:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20  7:23 [PATCH] net: dev_close_many() is static Eric Dumazet
2011-01-20  9:16 ` Octavian Purdila
2011-01-21  0:55   ` David Miller

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).