From e2b0f237134bbcf4e3ba72b579cf1046a96b210c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 11 Sep 2024 18:44:44 +0200 Subject: [PATCH] repart: Add missing parameter comment --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index f3c09b6f4f4..566b67da6f4 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -1795,7 +1795,7 @@ static int config_parse_subvolumes( continue; } - r = specifier_printf(path, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &d); + r = specifier_printf(path, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, /*userdata=*/ NULL, &d); if (r < 0) { log_syntax(unit, LOG_WARNING, filename, line, r, "Failed to expand specifiers in Subvolumes= parameter, ignoring: %s", path); -- 2.47.3