ceph/src/osdc
Sage Weil 56ba341174 osdc/Objecter: fix command op cancellation race
Cancel the command op timeout event before we clear out the op from the
session struct.  This isn't strictly necessary because command_op_cancel
will "gracefully" handle the case where the tid is no longer present, but
this avoids that noise and is cleaner.

Signed-off-by: Sage Weil <sage@redhat.com>
2014-09-15 16:45:19 -07:00
..
Filer.cc osdc: Add lock to Filer::Probe 2014-08-25 01:34:18 +01:00
Filer.h osdc: Add lock to Filer::Probe 2014-08-25 01:34:18 +01:00
Journaler.cc osdc/Journaler: fix try_read_entry()/wait_for_readable() locking 2014-09-05 22:21:55 +08:00
Journaler.h tools: update for Journaler/Objecter interfaces 2014-08-25 01:34:18 +01:00
Makefile.am osdc: remove unused Blinker.h 2014-08-25 01:34:18 +01:00
ObjectCacher.cc rbd: ObjectCacher reads can hang when reading sparse files 2014-09-15 00:53:50 -04:00
ObjectCacher.h Enforce cache size on read requests 2014-09-06 23:04:50 -04:00
Objecter.cc osdc/Objecter: fix command op cancellation race 2014-09-15 16:45:19 -07:00
Objecter.h Objecter::_recalc_linger_op: resend for any acting set change 2014-09-09 12:58:07 -07:00
Striper.cc
Striper.h
WritebackHandler.h