mount: let mount_add_extras() take care of remote-fs.target deps
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Nov 2018 13:42:21 +0000 (14:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Dec 2018 16:34:29 +0000 (17:34 +0100)
commit26e35b164b8d0603629b3d394554cfa728e8c3e4
treebb945a18e2a1545c3052bd37d4fe0d29121f54ee
parente10fe04266956be492460eea3df668b0634de25a
mount: let mount_add_extras() take care of remote-fs.target deps

In a previous commit we added logic that mount_add_extras() (or more
precisely mount_add_default_dependencies()) adds in dependencies on
remote-fs.target and local-fs.target, hence we can drop this from
mount_setup_new_unit() and let the usual load queue dispatching take
care of this.
src/core/mount.c