]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f3590320d0d2bbe9373006b4eb2e046afd4e085
tree9e8e983a7ddcd9c03e67abb56a81f90ef24fe75d
parent417eb91e757dae80a3958b51b8f60e8467e0118b
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