Revert: Mask individual .wants/.requires symlinks 82/235882/4
authoringi2-kim <ingi2.kim@samsung.com>
Mon, 8 Jun 2020 08:11:34 +0000 (17:11 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 17 Jun 2020 08:37:53 +0000 (08:37 +0000)
commit08178b2bddf3b2e03eee907414155f4217fa6191
treea1b67916784ebc23f9635826908c5584f61cf269
parent95b09c530e12cf7a26fcdcd83dab485ccc13e92a
Revert: Mask individual .wants/.requires symlinks

Revert below patches due to performance issue (Avoid increasing IO count)

Refer : https://github.com/systemd/systemd/pull/5231
 - core/load-dropin: add more sanity checks on .wants/.requires symlinks
 - core: drop code that is now unused
 - core: implement masking of .wants/.requires symlinks
 - core: when loading .wants and .requires, follow the same logic as .d conf dropins

Change-Id: I9f6712d9df2c6bb25ab736ae6b6d1f5adbf2a691
Signed-off-by: ingi2-kim <ingi2.kim@samsung.com>
src/core/load-dropin.c
src/core/load-dropin.h
src/shared/dropin.c
src/shared/dropin.h
src/systemctl/systemctl.c