From 369de26fdf7152e7f2ff790b65533d101772e073 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 6 Sep 2022 05:37:13 +0900 Subject: dissect-image: use backing_file stored in LoopDevice object to generate image name Follow-up for e374439f4b8def786031ddbbd7dfdae3a335d4d2 (#24322). This also simplify the logic of generating image name from image path. --- src/portable/portable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/portable') diff --git a/src/portable/portable.c b/src/portable/portable.c index 9ac34ced6d..5d0a965db5 100644 --- a/src/portable/portable.c +++ b/src/portable/portable.c @@ -367,7 +367,6 @@ static int portable_extract_by_path( r = dissect_loop_device( d, - path, NULL, NULL, DISSECT_IMAGE_READ_ONLY | DISSECT_IMAGE_GENERIC_ROOT | -- cgit v1.2.1