datapath: Remove redundant synchronize_rcu() call.
authorBen Pfaff <blp@nicira.com>
Fri, 26 Jun 2009 19:20:02 +0000 (12:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Jul 2009 21:13:15 +0000 (14:13 -0700)
commit334b37498849a3df59caa4ff92df84681ff26bd6
treedf76a62ca96a66e3eb0618c4489aabf803ef8f4f
parent26d9fe3b2dba0dac81053f4584a59754565b6c34
datapath: Remove redundant synchronize_rcu() call.

There is no benefit to synchronizing twice, and it might cost us a lot of
time.
datapath/datapath.c