Get rid of useless use of rcu_read_lock.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:26:37 +0000 (13:26 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:26:37 +0000 (13:26 -0700)
commit988b8ef7293fd10bbc4a49fdee80fcee9b649f32
tree9d921f0285bd6360ccf8d37a1afaac6ecaf17f3e
parent295b175a8499f2e907dba0b9b1d96d72dd716aea
Get rid of useless use of rcu_read_lock.

These code paths are fully protected by the Generic Netlink genl_mutex,
which is taken by genl_rcv() that calls dp_genl_openflow(), so there is
no need for them to take the rcu_read_lock.
datapath/chain.c
datapath/datapath.c