summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2024-08-14 11:34:15 +0800
committerIlya Dryomov <idryomov@gmail.com>2024-08-27 09:28:48 +0200
commit9a948c0c8e741776ee6d938b49d34d22034fbb7d (patch)
tree61b25cd4566034d1d4e06f7495c46f984d301897 /include/linux/ceph
parent5be63fc19fcaa4c236b307420483578a56986a37 (diff)
downloadlinux-9a948c0c8e741776ee6d938b49d34d22034fbb7d.tar.gz
linux-9a948c0c8e741776ee6d938b49d34d22034fbb7d.tar.bz2
linux-9a948c0c8e741776ee6d938b49d34d22034fbb7d.zip
ceph: Remove unused declarations
These functions is never implemented and used. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/osd_client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index f66f6aac74f6..d7941478158c 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -449,8 +449,6 @@ extern int ceph_osdc_init(struct ceph_osd_client *osdc,
extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
-extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
- struct ceph_msg *msg);
extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
struct ceph_msg *msg);
void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb);