From: Herbert Xu Date: Wed, 23 May 2007 21:30:44 +0000 (-0700) Subject: [NET_SCHED]: Fix qdisc_restart return value when dequeue is empty X-Git-Tag: v2.6.22-rc3~9^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36247f5421015eab0bdd96789b24790598934db9;p=pandora-kernel.git [NET_SCHED]: Fix qdisc_restart return value when dequeue is empty My previous patch that changed the return value of qdisc_restart incorrectly made the case where dequeue returns empty continue processing packets. This patch is based on diagnosis and fix by Patrick McHardy. Reported-and-debugged-by: Anant Nitya Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed