[systemd-devel] [PATCH 4/7] swap: backing device should unconditionally want swap unit
Tom Gundersen
teg at jklm.no
Fri Aug 23 00:09:31 PDT 2013
There is no need to restrict this to only the 'nofail' case. In the '!nofail'
case the unit is already wanted by swap.target, so this is not a functional change.
---
src/core/swap.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/core/swap.c b/src/core/swap.c
index 825503f..f0e19ad 100644
--- a/src/core/swap.c
+++ b/src/core/swap.c
@@ -187,8 +187,7 @@ static int swap_add_device_links(Swap *s) {
return 0;
if (is_device_path(s->what))
- return unit_add_node_link(UNIT(s), s->what,
- !p->noauto && p->nofail &&
+ return unit_add_node_link(UNIT(s), s->what, !p->noauto &&
UNIT(s)->manager->running_as == SYSTEMD_SYSTEM);
else
/* File based swap devices need to be ordered after
--
1.8.3.4
More information about the systemd-devel
mailing list