fix memory order in AtomicHashMap<>::findInternal()
authorPhilip Pronin <philipp@fb.com>
Tue, 10 Jul 2012 08:27:50 +0000 (01:27 -0700)
committerTudor Bosman <tudorb@fb.com>
Fri, 13 Jul 2012 23:29:03 +0000 (16:29 -0700)
commit5eeb75092e8eb24798907a39381f64c3404cbe56
treee17d4d96feed9d75513df36cd1606bac9694d80c
parentdcf79b80f522f1a6482b426d65829b1d033e794a
fix memory order in AtomicHashMap<>::findInternal()

Summary:
Looks like a typo, it should obviously be std::memory_order_relaxed (all
necessary synchronization is done on numMapsAllocated_).

Test Plan: compiled it, ran tests

Reviewed By: sahrens@fb.com

FB internal diff: D515322
folly/AtomicHashMap-inl.h