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>
Fri, 26 Jun 2009 19:20:19 +0000 (12:20 -0700)
commit312b427dab326ffacfc64daaa57ed4d31595302b
treee9e00fed31ae6ec9f276e7c08a1716af653a02cb
parent37ea6436bd78e5b128279ed39138911e66ba7b8e
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