[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1364919228.5113.178.camel@edumazet-glaptop>
Date: Tue, 02 Apr 2013 09:13:48 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: frank.blaschka@...ibm.com
Cc: davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, Stefan Raspl <raspl@...ux.vnet.ibm.com>
Subject: Re: [patch 2/2] qeth: fix qeth_wait_for_threads() deadlock for OSN
devices
On Tue, 2013-04-02 at 12:56 +0200, frank.blaschka@...ibm.com wrote:
> plain text document attachment (602-qeth-thread-deadlock.diff)
> From: Stefan Raspl <raspl@...ux.vnet.ibm.com>
> +static bool qeth_is_recovery_task(struct qeth_card *card)
> +{
> + return (card->recovery_task == current);
> +}
> +
static bool qeth_is_recovery_task(const struct qeth_card *card)
{
return card->recovery_task == current;
}
--
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