]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/Objecter: call notify completion only once
authorSage Weil <sage@redhat.com>
Mon, 16 Nov 2015 16:32:34 +0000 (11:32 -0500)
committerSage Weil <sage@redhat.com>
Mon, 23 Nov 2015 13:38:51 +0000 (08:38 -0500)
commit987f68a8df292668ad241f4769d82792644454dd
treef580679d39ab4288c1c426c5821571a498222040
parentd201c6d93f40affe72d940605c8786247451d3e5
osdc/Objecter: call notify completion only once

If we race with a reconnect we could get a second notify message
before the notify linger op is torn down.  Ensure we only ever
call the notify completion once to prevent a segfault.

Fixes: #13805
Signed-off-by: Sage Weil <sage@redhat.com>
src/osdc/Objecter.cc