net: Add a missing local_irq_enable()

As noticed by Changli Gao, we must call local_irq_enable() after
rps_unlock()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric Dumazet 2010-04-05 15:42:39 -07:00 committed by David S. Miller
parent 5a6d234e73
commit e4008276fd
1 changed files with 1 additions and 0 deletions

View File

@ -3121,6 +3121,7 @@ static int process_backlog(struct napi_struct *napi, int quota)
if (!skb) {
__napi_complete(napi);
rps_unlock(queue);
local_irq_enable();
break;
}
rps_unlock(queue);