Hi, this patch series continues the trend of moving stuff out of the core into generators. As a prerequisite for 3/3, it was necessary to move some code from core to shared. If comments are not counted, series is line-count-wise neutral, but I think it makes things cleaner and easier to introspect.
Zbyszek Zbigniew Jędrzejewski-Szmek (3): 1/3 Move x-systemd-device.timeout handling from core to fstab-generator 2/3 fstab-generator: allow x-systemd.device-timeout for swap units 3/3 cryptsetup: allow x-systemd.device-timeout Makefile.am | 8 ++- src/core/mount.c | 55 ------------------ src/core/unit.c | 70 ++++++++++------------- src/cryptsetup/cryptsetup-generator.c | 25 ++++----- src/fstab-generator/fstab-generator.c | 17 +++++- src/shared/dropin.c | 102 ++++++++++++++++++++++++++++++++++ src/shared/dropin.h | 31 +++++++++++ src/shared/generator.c | 66 ++++++++++++++++++++++ src/shared/generator.h | 3 + src/shared/path-lookup.h | 2 + 10 files changed, 264 insertions(+), 115 deletions(-) create mode 100644 src/shared/dropin.c create mode 100644 src/shared/dropin.h -- 2.0.0 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel