]> git.ipfire.org Git - thirdparty/systemd.git/commit
copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 Jun 2023 11:42:39 +0000 (13:42 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 6 Jun 2023 12:42:03 +0000 (14:42 +0200)
commitf9f70e062da2557a1127dbd584c7dfae7defe149
tree8ccf9aa315df45320f399f53a1ab90d9535d6786
parent6aea5ce814c0723474e0741df45dbf2c202ba739
copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()

Let's merge these two into a single function that can handle both
variants and more.
src/dissect/dissect.c
src/import/import-fs.c
src/shared/btrfs-util.c
src/shared/copy.c
src/shared/copy.h
src/test/test-execute.c