datapath: Use spin_lock_bh() consistently.
authorJesse Gross <jesse@nicira.com>
Wed, 12 May 2010 18:26:55 +0000 (11:26 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 14 May 2010 22:10:44 +0000 (15:10 -0700)
commit1d7241c7298615ca4e2b45647bf231e22f80e667
tree2189bf509e10640d3a84d6395ca4519f01bb22ca
parent3d47699cdf86ee68120f97814349099457b48242
datapath: Use spin_lock_bh() consistently.

We are never called in hardirq context - only process or softirq.
Therefore it is not necessary to disable interrupts with
spin_lock_irqsave(), so use spin_lock_bh() everywhere.
datapath/datapath.c