open-cas-linux/modules/cas_cache
Michal Mielewczyk 975ec6f32a Keep pointer to rollback thread in start_finalize
If cache is initialized successfully, `struct _cache_mngt_attach_context` might
be freed in `cache_mngt_init_instance()`. In such case pointer to rollback
thread can't be accessed and thread can't be stopped.

To prevent such scenario pointer should be kept in separate variable.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
2020-06-16 04:20:51 -04:00
..
utils Update copyright statements 2020-05-04 16:47:38 +02:00
volume Update copyright statements 2020-05-04 16:47:38 +02:00
.gitignore Initial commit 2019-03-29 08:45:50 +01:00
cas_cache.h Update copyright statements 2020-05-04 16:47:38 +02:00
classifier_defs.h Update copyright statements 2020-05-04 16:47:38 +02:00
classifier.c Core id based io classification 2020-05-21 08:44:20 -04:00
classifier.h Update copyright statements 2020-05-04 16:47:38 +02:00
context.c Update copyright statements 2020-05-04 16:47:38 +02:00
context.h Update copyright statements 2020-05-04 16:47:38 +02:00
control.c Update copyright statements 2020-05-04 16:47:38 +02:00
control.h Update copyright statements 2020-05-04 16:47:38 +02:00
layer_cache_management.c Keep pointer to rollback thread in start_finalize 2020-06-16 04:20:51 -04:00
layer_cache_management.h Merge pull request #404 from rafalste/copyright_update 2020-05-19 11:25:11 +02:00
layer_upgrade.c Update copyright statements 2020-05-04 16:47:38 +02:00
layer_upgrade.h Update copyright statements 2020-05-04 16:47:38 +02:00
linux_kernel_version.h Update copyright statements 2020-05-04 16:47:38 +02:00
main.c Update copyright statements 2020-05-04 16:47:38 +02:00
Makefile Update copyright statements 2020-05-04 16:47:38 +02:00
ocf_env_headers.h Update copyright statements 2020-05-04 16:47:38 +02:00
ocf_env.c Merge pull request #404 from rafalste/copyright_update 2020-05-19 11:25:11 +02:00
ocf_env.h Merge pull request #404 from rafalste/copyright_update 2020-05-19 11:25:11 +02:00
service_ui_ioctl.c Merge pull request #404 from rafalste/copyright_update 2020-05-19 11:25:11 +02:00
service_ui_ioctl.h Update copyright statements 2020-05-04 16:47:38 +02:00
threads.c Update copyright statements 2020-05-04 16:47:38 +02:00
threads.h Update copyright statements 2020-05-04 16:47:38 +02:00