]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Objecter::_op_submit: only replace the tid if it's 0 1799/head
authorSamuel Just <sam.just@inktank.com>
Tue, 15 Apr 2014 19:55:47 +0000 (12:55 -0700)
committerSage Weil <sage@inktank.com>
Sat, 10 May 2014 22:15:57 +0000 (15:15 -0700)
commit76568aa0db4e16ac1af8fe6405edade1e61cbc81
tree3825a4ef40eae0c26e0d59241dd46445c09f50d7
parent0d67f9b0695765824bdc4a65fbed88edf8ea232e
Objecter::_op_submit: only replace the tid if it's 0

Otherwise, redirected ops will suddenly have a different tid
and will become uncancelable.

Fixes: #7588
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osdc/Objecter.cc