]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
neorados: Replace unsafe uses of dispatch with post
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 10 Nov 2020 02:07:32 +0000 (21:07 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Sun, 20 Dec 2020 21:20:28 +0000 (16:20 -0500)
commit747f5960815d29b0362c4da6ae3fb49b142cb4f1
treea5786f1357635700a39ca35a4ed8cbb57002b6f4
parent5e60fde981fe19fcaf66a6ec2e7d4cc98a648a37
neorados: Replace unsafe uses of dispatch with post

Dispatch may block the calling thread, so don't use it directly in a
called function. (In handlers is okay, though.)

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/neorados/RADOS.cc