summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/permassert.c
diff options
context:
space:
mode:
authorMatthew Sakai <msakai@redhat.com>2024-02-28 00:00:45 -0500
committerMike Snitzer <snitzer@kernel.org>2024-03-04 15:07:56 -0500
commite60167367eb2959a86b39678f9566cc3aa300c73 (patch)
tree038b042f654a4532c6ef0e618a1a3527175625e1 /drivers/md/dm-vdo/permassert.c
parentfc03f737609a756dc1c2117963d9a855f56f0716 (diff)
dm vdo indexer: update ASSERT and ASSERT_LOG_ONLY usage
Update indexer uses of ASSERT and ASSERT_LOG_ONLY to VDO_ASSERT and VDO_ASSERT_LOG_ONLY, respectively. Remove ASSERT and ASSERT_LOG_ONLY. Also rename uds_assertion_failed to vdo_assertion_failed. Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo/permassert.c')
-rw-r--r--drivers/md/dm-vdo/permassert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/permassert.c b/drivers/md/dm-vdo/permassert.c
index 3fa752ba0061..6fe49c4b7e51 100644
--- a/drivers/md/dm-vdo/permassert.c
+++ b/drivers/md/dm-vdo/permassert.c
@@ -8,7 +8,7 @@
#include "errors.h"
#include "logger.h"
-int uds_assertion_failed(const char *expression_string, const char *file_name,
+int vdo_assertion_failed(const char *expression_string, const char *file_name,
int line_number, const char *format, ...)
{
va_list args;