[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <484EFD4A.3030107@pobox.com>
Date: Tue, 10 Jun 2008 18:16:42 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Ben Hutchings <bhutchings@...arflare.com>
CC: Stephen Hemminger <shemminger@...ux-foundation.org>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] sky2: Hold RTNL while calling dev_close() [2nd try]
Ben Hutchings wrote:
> dev_close() must be called holding the RTNL. Compile-tested only.
>
> Signed-off-by: Ben Hutchings <bhutchings@...arflare.com>
> ---
> drivers/net/sky2.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
> index f226bca..b9bdf88 100644
> --- a/drivers/net/sky2.c
> +++ b/drivers/net/sky2.c
> @@ -4395,7 +4395,9 @@ static int sky2_resume(struct pci_dev *pdev)
> if (err) {
> printk(KERN_ERR PFX "%s: could not up: %d\n",
> dev->name, err);
> + rtnl_lock();
> dev_close(dev);
> + rtnl_unlock();
> goto out;
> }
stephen acked this? I don't see that in my notes...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists