b62bfbf6a9
Having spdk_vhost_blk_get_dev required us to bump up the SO version the vhost library when we updated bdev.h but spdk_vhost_blk_get_dev has not been used publicly, and can be inlined very simply. So remove spdk_vhost_blk_get_dev from include/spdk/vhost.h and inline it to the place which had used it. Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I98c233b81d7980d4e2c5bd3c0a65d747f183e1e9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2747 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
28 lines
552 B
Plaintext
28 lines
552 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_vhost_set_socket_path;
|
|
spdk_vhost_init;
|
|
spdk_vhost_fini;
|
|
spdk_vhost_config_json;
|
|
spdk_vhost_shutdown_cb;
|
|
spdk_vhost_lock;
|
|
spdk_vhost_trylock;
|
|
spdk_vhost_unlock;
|
|
spdk_vhost_dev_find;
|
|
spdk_vhost_dev_next;
|
|
spdk_vhost_dev_get_name;
|
|
spdk_vhost_dev_get_cpumask;
|
|
spdk_vhost_set_coalescing;
|
|
spdk_vhost_get_coalescing;
|
|
spdk_vhost_scsi_dev_construct;
|
|
spdk_vhost_scsi_dev_add_tgt;
|
|
spdk_vhost_scsi_dev_get_tgt;
|
|
spdk_vhost_scsi_dev_remove_tgt;
|
|
spdk_vhost_blk_construct;
|
|
spdk_vhost_dev_remove;
|
|
|
|
local: *;
|
|
};
|