diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-21 01:13:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-21 01:13:15 +0100 |
commit | e0fa621b8b52da4d95bf5918eb998c9166e4bc7c (patch) | |
tree | 56b7bc8b13ec692f914c89f72ea45e779007bd05 /TODO | |
parent | 76e7bc8dfbb1139254c3819f448246592f17f317 (diff) |
automount: fix segfault when shutting down
https://bugs.freedesktop.org/show_bug.cgi?id=32076
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ Bugs: * somehow some /etc/fstab supplied mount params are never applied to api fs https://bugzilla.redhat.com/show_bug.cgi?id=663108 -* automount units can cause a segfault: - https://bugs.freedesktop.org/show_bug.cgi?id=32076 - * bind mounts with 'fsck' fail and block for a minute: /foo /bar none bind 1 1 (requesting fsck is wrong, but why do we block for a minute |