]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: CopyupRequest::m_pending_copyups doesn't need to be atomic 26483/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 18 Feb 2019 10:55:55 +0000 (11:55 +0100)
committerJason Dillaman <dillaman@redhat.com>
Wed, 20 Feb 2019 19:12:21 +0000 (14:12 -0500)
commit57537d92f8e224c8c5beaa129710f89c2937d3d8
tree2cbcee972a0dc31b8b866fa91a44eb2fe74f65dd
parent2be8fd01408de8286ef42a09a2560b89f6e45df8
librbd: CopyupRequest::m_pending_copyups doesn't need to be atomic

It's protected by CopyupRequest::m_lock mutex.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/librbd/io/CopyupRequest.cc
src/librbd/io/CopyupRequest.h