diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-12-22 13:00:31 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-02-17 14:58:55 +0100 |
commit | a133d2c366ea0661f4c57c9ddda3e6742dfc2566 (patch) | |
tree | a4a3af502423881a00d45d9b202ff152d3555c03 /src/tmpfiles | |
parent | process-util: add helper get_process_threads() (diff) | |
download | systemd-a133d2c366ea0661f4c57c9ddda3e6742dfc2566.tar.xz systemd-a133d2c366ea0661f4c57c9ddda3e6742dfc2566.zip |
dissect-image: Return mount point fd if requested
Diffstat (limited to 'src/tmpfiles')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 458aed7054..04a860c021 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -4142,6 +4142,7 @@ static int run(int argc, char *argv[]) { DISSECT_IMAGE_FSCK | DISSECT_IMAGE_GROWFS, &unlink_dir, + /* ret_dir_fd= */ NULL, &loop_device); if (r < 0) return r; |