[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090812.221641.97392835.davem@davemloft.net>
Date: Wed, 12 Aug 2009 22:16:41 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sathyap@...verengines.com
Cc: netdev@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH 2/3] be2net: fix bad queue traversal in
be_rx_q_clean()
From: Sathya Perla <sathyap@...verengines.com>
Date: Mon, 10 Aug 2009 19:13:23 +0530
> Using "for(tail != head)" to traverse a queue from tail to head
> fails in the case of a fully filled queue. Use "for(used != 0)" instead.
>
> Signed-off-by: Sathya Perla <sathyap@...verengines.com>
Applied.
--
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