linux-stable/include/linux/ceph
Ilya Dryomov c9f9b93ddf libceph: introduce ceph_osdc_cancel_request()
Introduce ceph_osdc_cancel_request() intended for canceling requests
from the higher layers (rbd and cephfs).  Because higher layers are in
charge and are supposed to know what and when they are canceling, the
request is not completed, only unref'ed and removed from the libceph
data structures.

__cancel_request() is no longer called before __unregister_request(),
because __unregister_request() unconditionally revokes r_request and
there is no point in trying to do it twice.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>
2014-07-08 15:08:44 +04:00
..
auth.h libceph: wrap auth methods in a mutex 2013-05-01 21:17:15 -07:00
buffer.h libceph: add ceph_kv{malloc,free}() and switch to them 2014-01-26 12:34:23 +02:00
ceph_debug.h
ceph_features.h libceph: enable PRIMARY_AFFINITY feature bit 2014-04-04 21:08:20 -07:00
ceph_frag.h
ceph_fs.h ceph: update inode fields according to issued caps 2014-06-06 09:29:52 +08:00
ceph_hash.h
debugfs.h UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers 2012-10-02 18:01:25 +01:00
decode.h remove extra definitions of U32_MAX 2014-01-23 16:36:55 -08:00
libceph.h ceph_sync_read: stop poking into iov_iter guts 2014-05-06 17:39:42 -04:00
mdsmap.h ceph: update support for PGID64, PGPOOL3, OSDENC protocol features 2013-02-26 15:02:25 -08:00
messenger.h libceph: move and add dout()s to ceph_msg_{get,put}() 2014-07-08 15:08:43 +04:00
mon_client.h libceph: add ceph_monc_wait_osdmap() 2014-06-06 09:29:57 +08:00
msgpool.h UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers 2012-10-02 18:01:25 +01:00
msgr.h libceph: implement RECONNECT_SEQ feature 2013-05-01 21:17:09 -07:00
osd_client.h libceph: introduce ceph_osdc_cancel_request() 2014-07-08 15:08:44 +04:00
osdmap.h libceph: return primary from ceph_calc_pg_acting() 2014-04-04 21:08:14 -07:00
pagelist.h
rados.h libceph: ceph_can_shift_osds(pool) and pool type defines 2014-04-04 21:08:08 -07:00
types.h UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers 2012-10-02 18:01:25 +01:00