DISSECT_IMAGE_FOREIGN_UID,
&st->tree_fd);
if (r < 0)
- return log_error_errno(r, "Failed to mount directory via mountsd: %m");
+ return log_error_errno(r, "Failed to mount directory via mountfsd: %m");
} else {
if (i->flags & IMPORT_BTRFS_SUBVOL)
r = btrfs_subvol_make_fallback(AT_FDCWD, st->temp_path, 0755);
_cleanup_(sd_varlink_unrefp) sd_varlink *mountfsd_link = NULL;
r = mountfsd_connect(&mountfsd_link);
if (r < 0)
- return log_error_errno(r, "Failed to connect to mountsd: %m");
+ return log_error_errno(r, "Failed to connect to mountfsd: %m");
/* Usually, tar_pull_job_on_open_disk_tar() would allocate ->tree_fd for us, but if
* already downloaded the image before, and are just making a copy of the original
r = mountfsd_connect(&mountfsd_link);
if (r < 0) {
- log_error_errno(r, "Failed to connect to mountsd: %m");
+ log_error_errno(r, "Failed to connect to mountfsd: %m");
goto finish;
}