From: Lennart Poettering Date: Wed, 21 Sep 2011 01:35:19 +0000 (+0200) Subject: units: drop automount unit for /dev/hugepages X-Git-Tag: v36~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac0a983ac6a47cf445ead257aa5a38b06779366e units: drop automount unit for /dev/hugepages Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it. --- diff --git a/Makefile.am b/Makefile.am index 038e71e6b..3e102a4ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -357,7 +357,6 @@ dist_systemunit_DATA = \ units/systemd-stdout-syslog-bridge.socket \ units/systemd-shutdownd.socket \ units/syslog.socket \ - units/dev-hugepages.automount \ units/dev-hugepages.mount \ units/dev-mqueue.mount \ units/sys-kernel-config.mount \ @@ -1836,7 +1835,7 @@ endif rm -f remote-fs.target && \ $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target ) ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \ - rm -f dev-hugepages.automount \ + rm -f dev-hugepages.mount \ dev-mqueue.mount \ sys-kernel-config.mount \ sys-kernel-debug.mount \ @@ -1849,7 +1848,7 @@ endif systemd-ask-password-console.path \ systemd-kmsg-syslogd.service \ cryptsetup.target && \ - $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \ + $(LN_S) ../dev-hugepages.mount dev-hugepages.mount && \ $(LN_S) ../dev-mqueue.mount dev-mqueue.mount && \ $(LN_S) ../sys-kernel-config.mount sys-kernel-config.mount && \ $(LN_S) ../sys-kernel-debug.mount sys-kernel-debug.mount && \ diff --git a/TODO b/TODO index 477f08f3d..fcd76cb06 100644 --- a/TODO +++ b/TODO @@ -13,16 +13,6 @@ Bugfixes: Features: -* File systems: - - mqueue - boot GOOD - configfs module boot (order after module load) GOOD - securityfs - boot GOOD - binfmt_misc module autofs GOOD - fuse module udev GOOD - debug - boot GOOD - hugepages - boot - * introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h * when a bus name of a service disappears from the bus make sure to queue further activation requests diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount deleted file mode 100644 index 6e03df356..000000000 --- a/units/dev-hugepages.automount +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Huge Pages File System Automount Point -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/sys/kernel/mm/hugepages - -[Automount] -Where=/dev/hugepages diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount index e6014e54a..72a522e69 100644 --- a/units/dev-hugepages.mount +++ b/units/dev-hugepages.mount @@ -8,6 +8,8 @@ [Unit] Description=Huge Pages File System DefaultDependencies=no +Before=sysinit.target +ConditionPathExists=/sys/kernel/mm/hugepages [Mount] What=hugetlbfs