Skip to content

Commit 2a7f925

Browse files
lorelei-sakaiMike Snitzer
authored andcommitted
dm vdo: remove meaningless version number constant
Also remove related log messages. Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 7eb30fe commit 2a7f925

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/md/dm-vdo/dm-vdo-target.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
#include "vdo.h"
4040
#include "vio.h"
4141

42-
#define CURRENT_VERSION "8.3.0.65"
43-
4442
enum admin_phases {
4543
GROW_LOGICAL_PHASE_START,
4644
GROW_LOGICAL_PHASE_GROW_BLOCK_MAP,
@@ -2863,8 +2861,6 @@ static void vdo_module_destroy(void)
28632861
instances.count);
28642862
vdo_free(instances.words);
28652863
memset(&instances, 0, sizeof(struct instance_tracker));
2866-
2867-
vdo_log_info("unloaded version %s", CURRENT_VERSION);
28682864
}
28692865

28702866
static int __init vdo_init(void)
@@ -2876,7 +2872,6 @@ static int __init vdo_init(void)
28762872
vdo_initialize_threads_mutex();
28772873
vdo_initialize_thread_device_registry();
28782874
vdo_initialize_device_registry_once();
2879-
vdo_log_info("loaded version %s", CURRENT_VERSION);
28802875

28812876
/* Add VDO errors to the set of errors registered by the indexer. */
28822877
result = vdo_register_status_codes();

0 commit comments

Comments
 (0)