]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ceph: Remove osd_client deadcode
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 22 Feb 2025 01:35:30 +0000 (01:35 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 3 Apr 2025 19:35:32 +0000 (21:35 +0200)
commitaed06d36ba4e7fe90f2d4a85835cee7c80ea72a7
tree573c185a50fc7559aff38bd0007af1db0fa45899
parent38fec10eb60d687e30c8c6b5420d86e8149f7557
ceph: Remove osd_client deadcode

osd_req_op_extent_osd_data_pagelist() was added in 2013 as part of
commit a4ce40a9a7c1 ("libceph: combine initializing and setting osd data")
but never used.

The last use of osd_req_op_cls_request_data_pagelist() was removed in
2017's commit ecd4a68a26a2 ("rbd: switch rbd_obj_method_sync() to
ceph_osdc_call()")

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c