From 787ca5e191ed1881cc57f842b1e4b7be4e5b7cd8 Mon Sep 17 00:00:00 2001 From: Dalton Bohning Date: Tue, 27 Aug 2024 16:59:29 +0000 Subject: [PATCH] verify it works Don't need to actually run the tests. Check the "Get Commit Message" stage for the default tags set. Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning --- src/client/dfs/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/dfs/common.c b/src/client/dfs/common.c index c66de734411..298f42a8687 100644 --- a/src/client/dfs/common.c +++ b/src/client/dfs/common.c @@ -12,6 +12,8 @@ #include "dfs_internal.h" +/** dummy change */ + static int decode_one_hint(char *hint, uint32_t rf, daos_oclass_hints_t *obj_hint, enum daos_otype_t *type) {