]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: PG::_scan_snaps: apply_transaction -> queue_transaction
authorMykola Golub <mgolub@suse.com>
Tue, 30 Oct 2018 08:36:58 +0000 (10:36 +0200)
committerMykola Golub <mgolub@suse.com>
Tue, 30 Oct 2018 14:56:04 +0000 (16:56 +0200)
commit4aa53b647c667757658f09cab97ece6105997313
tree259678087a777e24886206ba09f18c46e97c9b8c
parent3b165d04be802df246f40f9042168897be279929
osd: PG::_scan_snaps: apply_transaction -> queue_transaction

Using apply_transaction when holding the pg lock is not safe.

(partially cherry picked from commit 907b6281e99ece3677dd7b012cf4955731db6120)

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/osd/PG.cc