From d5b3a0497f62eac2374ff9639394be51dd555c53 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 14 Feb 2023 15:09:54 +0100 Subject: repart: Remove outdated comment --- src/partition/repart.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/partition') diff --git a/src/partition/repart.c b/src/partition/repart.c index 20f571e4cb..272bf19431 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -3813,10 +3813,6 @@ static int do_copy_files(Partition *p, const char *root, const Set *denylist) { if (pfd < 0) return log_error_errno(pfd, "Failed to open parent directory of target: %m"); - /* Make sure everything is owned by the user running repart so that - * make_filesystem() can map the user running repart to "root" in a user - * namespace to have the files owned by root in the final image. */ - r = copy_tree_at( sfd, ".", pfd, fn, -- cgit v1.2.1