net: Add a missing local_irq_enable()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 5 Apr 2010 22:42:39 +0000 (15:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Apr 2010 22:42:39 +0000 (15:42 -0700)
commite4008276fddd10445ff06707694a938cb7f35ed4
treed591687518ac0bc08d192c7047faeb63967f7270
parent5a6d234e73d7d021c74e1aa349b3b37b81372c66
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>
net/core/dev.c