From: noxiouz Date: Fri, 27 Feb 2026 02:42:26 +0000 (+0000) Subject: mountfsd: include imageName in MountImage Varlink reply X-Git-Tag: v260-rc2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54796ea3b2fe4f4671d1f5fe491ea747c1b2071a;p=thirdparty%2Fsystemd.git mountfsd: include imageName in MountImage Varlink reply --- diff --git a/src/mountfsd/mountwork.c b/src/mountfsd/mountwork.c index 905324ffdda..7115f33e36b 100644 --- a/src/mountfsd/mountwork.c +++ b/src/mountfsd/mountwork.c @@ -779,6 +779,7 @@ static int vl_method_mount_image( SD_JSON_BUILD_PAIR_STRING("imagePolicy", ps), SD_JSON_BUILD_PAIR_UNSIGNED("imageSize", di->image_size), SD_JSON_BUILD_PAIR_UNSIGNED("sectorSize", di->sector_size), + JSON_BUILD_PAIR_STRING_NON_EMPTY("imageName", di->image_name), SD_JSON_BUILD_PAIR_CONDITION(!sd_id128_is_null(di->image_uuid), "imageUuid", SD_JSON_BUILD_UUID(di->image_uuid))); }