diff options
Diffstat (limited to 'src/sysext/sysext.c')
-rw-r--r-- | src/sysext/sysext.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c index 6e533f335c..93ddc73b46 100644 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@ -539,14 +539,11 @@ static int merge_subprocess(Hashmap *images, const char *workspace) { if (r < 0) return log_error_errno(r, "Failed to set up loopback device for %s: %m", img->path); - r = dissect_image_and_warn( - d->fd, + r = dissect_loop_device_and_warn( img->path, + d, &verity_settings, NULL, - d->diskseq, - d->uevent_seqnum_not_before, - d->timestamp_not_before, flags, &m); if (r < 0) |