datapath: Validate lock when handling flow actions.
authorJesse Gross <jesse@nicira.com>
Wed, 8 Dec 2010 19:36:57 +0000 (11:36 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:43:50 +0000 (13:43 -0800)
commitd3c5445150eff927f4022008300436ca3dad3474
tree6347b86cfbb43bd239c788efddecd75dee0dad29
parent9abaf6b3f89952d0a34be58c8f72c60954db0daf
datapath: Validate lock when handling flow actions.

When reading actions without rcu_read_lock we need to hold the
datapath lock.  This checks that using lockdep.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c