]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: race between notify context completion and Notifier destroy
authorMykola Golub <mgolub@mirantis.com>
Sun, 2 Apr 2017 15:19:14 +0000 (17:19 +0200)
committerMykola Golub <mgolub@mirantis.com>
Thu, 20 Apr 2017 12:29:14 +0000 (14:29 +0200)
commit65e25de51ffa881ecdc203285d44067db94fb345
treef2acfe4f775d5beb994082fa7fa725065e2e5674
parentdda32847e88aa46249f48c39884053270dac6742
librbd: race between notify context completion and Notifier destroy

The assert "m_pending_aio_notifies == 0" could fail in the destructor.

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
src/librbd/watcher/Notifier.cc