Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski
2021-05-13 15:58:31 +02:00
parent 9e7f163216
commit 964877ddd6
7 changed files with 13 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ int static cas_find_symbol(void *data, const char *namebuf,
int static cas_casdisk_lookup_funtions(void)
{
mutex_lock(&module_mutex);
cas_lookup_symbol(casdsk_disk_dettach);
cas_lookup_symbol(casdsk_disk_detach);
cas_lookup_symbol(casdsk_exp_obj_destroy);
cas_lookup_symbol(casdsk_exp_obj_create);
cas_lookup_symbol(casdsk_exp_obj_free);