summaryrefslogtreecommitdiff
path: root/src/partition
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-02-14 15:09:54 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-02-14 15:09:54 +0100
commitd5b3a0497f62eac2374ff9639394be51dd555c53 (patch)
tree15aca160dc0f61d64ba1c2c05b6d6f99a1895114 /src/partition
parentab3a46f837ad7b847b0a95dcea5480182adcc113 (diff)
downloadsystemd-d5b3a0497f62eac2374ff9639394be51dd555c53.tar.gz
repart: Remove outdated comment
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/repart.c4
1 files changed, 0 insertions, 4 deletions
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,