From: Ron Mercer Date: Fri, 13 Feb 2009 00:38:34 +0000 (-0800) Subject: qlge: bugfix: Add missing rx buf clean index on early exit. X-Git-Tag: v2.6.29-rc5~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d2b29e8ab2bd460b07ff783d679d6cd3032769;p=pandora-kernel.git qlge: bugfix: Add missing rx buf clean index on early exit. The large receive buffer queue is not properly tracking the current index in the case where an early exit occurs. This can happen when a page alloc or dma mapping fails. If this occurs the queue will get out of sync and invalid indexes can be written to the hardware. Signed-off-by: Ron Mercer Signed-off-by: David S. Miller --- Reading git-diff-tree failed