]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix readdir locking
authorSage Weil <sage@inktank.com>
Wed, 18 Jul 2012 02:19:39 +0000 (19:19 -0700)
committerSage Weil <sage@inktank.com>
Wed, 18 Jul 2012 02:19:39 +0000 (19:19 -0700)
commitd78235be1b5c20440f3a55abb3f4b980aa3f3596
treee22aca3f1058d69c10e0d1c17e00e191c310a082
parent82a575c9a55df969a579fcd74ba779e528dd7f29
client: fix readdir locking

Several of the readdir-related methods were not taking client_lock.

Fixes: #1737
Backport: argonaut
Signed-off-by: Sage Weil <sage@inktank.com>
src/client/Client.cc