File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 39
39
#include "vdo.h"
40
40
#include "vio.h"
41
41
42
- #define CURRENT_VERSION "8.3.0.65"
43
-
44
42
enum admin_phases {
45
43
GROW_LOGICAL_PHASE_START ,
46
44
GROW_LOGICAL_PHASE_GROW_BLOCK_MAP ,
@@ -2863,8 +2861,6 @@ static void vdo_module_destroy(void)
2863
2861
instances .count );
2864
2862
vdo_free (instances .words );
2865
2863
memset (& instances , 0 , sizeof (struct instance_tracker ));
2866
-
2867
- vdo_log_info ("unloaded version %s" , CURRENT_VERSION );
2868
2864
}
2869
2865
2870
2866
static int __init vdo_init (void )
@@ -2876,7 +2872,6 @@ static int __init vdo_init(void)
2876
2872
vdo_initialize_threads_mutex ();
2877
2873
vdo_initialize_thread_device_registry ();
2878
2874
vdo_initialize_device_registry_once ();
2879
- vdo_log_info ("loaded version %s" , CURRENT_VERSION );
2880
2875
2881
2876
/* Add VDO errors to the set of errors registered by the indexer. */
2882
2877
result = vdo_register_status_codes ();
You can’t perform that action at this time.
0 commit comments