multiq: requeue should rewind the current_band
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sun, 21 Sep 2008 05:07:34 +0000 (22:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 05:07:34 +0000 (22:07 -0700)
commita574420ff46cff0245e6b0fce2e961aa2717743d
tree5baf2134ac902803152c92733f8ed580dd9c7b75
parent618d9f25548ba6fc3a9cd2ce5cd56f4f015b0635
multiq: requeue should rewind the current_band

Currently dequeueing a packet and requeueing the same packet will cause a
different packet to be pulled on the next dequeue.  This change forces
requeue to rewind the current_band.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_multiq.c