libceph: introduce ceph_osd_request_target, calc_target()
authorIlya Dryomov <idryomov@gmail.com>
Thu, 28 Apr 2016 14:07:23 +0000 (16:07 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 22:36:26 +0000 (00:36 +0200)
commit63244fa123a755e4bbaee03022b68613c71d1332
tree9e8e983a7ddcd9c03e67abb56a81f90ef24fe75d
parent04812acf572ef41fd51c11e0bf3385f34c0e1b5b
libceph: introduce ceph_osd_request_target, calc_target()

Introduce ceph_osd_request_target, containing all mapping-related
fields of ceph_osd_request and calc_target() for calculating mappings
and populating it.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/addr.c
fs/ceph/file.c
include/linux/ceph/osd_client.h
include/linux/ceph/osdmap.h
include/linux/ceph/rados.h
net/ceph/osd_client.c
net/ceph/osdmap.c