[systemd-commits] src/mount.c TODO

Lennart Poettering lennart at kemper.freedesktop.org
Wed Oct 13 08:18:45 PDT 2010


 TODO        |    2 +-
 src/mount.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 491ad5dc661fc2a057cdb37e9d7f1d01db475801
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Oct 13 17:18:25 2010 +0200

    mount: pull in fsck only in systemd instances

diff --git a/TODO b/TODO
index bda29da..2a2c424 100644
--- a/TODO
+++ b/TODO
@@ -56,7 +56,7 @@
 
 * systemctl auto-pager a la git
 
-* fsck setup
+* fsck setup: quota flag, check kcmdline/forcefsck, reboot, single user
 
 * merge CK
 
diff --git a/src/mount.c b/src/mount.c
index 9d79cd5..c7df923 100644
--- a/src/mount.c
+++ b/src/mount.c
@@ -359,8 +359,8 @@ static int mount_add_device_links(Mount *m) {
                         return r;
         }
 
-        if (p->passno > 0 /* &&
-                             UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM */) {
+        if (p->passno > 0 &&
+            UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM) {
                 char *name;
                 Unit *fsck;
                 /* Let's add in the fsck service */


More information about the systemd-commits mailing list