diff options
| author | Yue Haibing <yuehaibing@huawei.com> | 2024-08-14 11:34:15 +0800 |
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2024-08-27 09:28:48 +0200 |
| commit | 9a948c0c8e741776ee6d938b49d34d22034fbb7d (patch) | |
| tree | 61b25cd4566034d1d4e06f7495c46f984d301897 /include/linux/ceph | |
| parent | 5be63fc19fcaa4c236b307420483578a56986a37 (diff) | |
| download | linux-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.h | 2 |
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); |
