Systemd/src/partition
Lennart Poettering 4f9ff96a55 conf-parser: return mtime in config_parse() and friends
This is a follow-up for 9f83091e3c.

Instead of reading the mtime off the configuration files after reading,
let's do so before reading, but with the fd we read the data from. This
is not only cleaner (as it allows us to save one stat()), but also has
the benefit that we'll detect changes that happen while we read the
files.

This also reworks unit file drop-ins to use the common code for
determining drop-in mtime, instead of reading system clock for that.
2020-06-02 19:32:20 +02:00
..
growfs.c growfs: port over to resize_fs() 2019-12-05 10:15:49 +01:00
makefs.c makefs: normalize logging a bit 2020-05-18 20:50:03 +02:00
meson.build test: convert TEST-45 to a normal meson test 2020-03-28 11:50:38 +01:00
repart.c conf-parser: return mtime in config_parse() and friends 2020-06-02 19:32:20 +02:00
test-repart.sh Repart: Add simple tests for Label="" and UUID="" 2020-05-25 15:48:59 +02:00