tmpfile-util: turn last parameter of link_tmpfile() into a proper flags
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Jun 2023 07:40:53 +0000 (09:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Jun 2023 07:40:53 +0000 (09:40 +0200)
commit27e18c23bcb4046fc283341157443d5488244e95
tree4d016f2bcbb300aa9432a8367187c47fa823bfa3
parent0f85a0d38f89721be5897c0ecb1a6229240b4949
tmpfile-util: turn last parameter of link_tmpfile() into a proper flags

This changes a boolean param into a proper bitflag field.

Given this only defines a single flag for now this doesn't look like
much of an improvement. But we'll add another flag shortly, where it
starts to make more sense.
src/basic/tmpfile-util.c
src/basic/tmpfile-util.h
src/boot/bootctl-install.c
src/coredump/coredump.c
src/portable/portable.c
src/shared/copy.c
src/shared/hwdb-util.c
src/test/test-tmpfile-util.c