diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-29 03:18:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-29 03:18:09 +0100 |
commit | f50e0a012340fa8dfe6ec7f0cd869f5f3a052d7a (patch) | |
tree | 79ef58ce7acbc8dffcb0af8284a0f4e5922bbe88 /automount.c | |
parent | b08d03ffe58332f590aae5c78a85e4fc0b8588ce (diff) |
implement coldpluggin
Diffstat (limited to 'automount.c')
-rw-r--r-- | automount.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/automount.c b/automount.c index eb9c3d3c1d..5d4a240aa4 100644 --- a/automount.c +++ b/automount.c @@ -20,10 +20,6 @@ static int automount_init(Unit *u) { if ((r = unit_load_fragment(u)) < 0) return r; - /* Load entry from /etc/fstab */ - if ((r = unit_load_fstab(u)) < 0) - return r; - /* Load drop-in directory data */ if ((r = unit_load_dropin(u)) < 0) return r; |