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)
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>

No differences found