summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2017-06-12 10:44:37 +0200
committerKarel Zak2017-06-12 10:44:37 +0200
commitb35ca0ab377bc45f92119688cc0016b6ca81fdd7 (patch)
treefa3cc65b1c3133eb20fbf3999c1ca62109817876 /Documentation/TODO
parentlsblk: add option --tree (diff)
downloadkernel-qcow2-util-linux-b35ca0ab377bc45f92119688cc0016b6ca81fdd7.tar.gz
kernel-qcow2-util-linux-b35ca0ab377bc45f92119688cc0016b6ca81fdd7.tar.xz
kernel-qcow2-util-linux-b35ca0ab377bc45f92119688cc0016b6ca81fdd7.zip
docs: update TODO, remove auto,noauto
It seems good enough to use the current semantic and check for "noauto" string rather than evaluate "auto/noauto" as a bit flag. We use flags for mount options, but in this case (mount --all) it's overkill to convert all options on all fstab entries to flags just to be sure that somewhere is no "auto,noauto" obscure setting. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 1993422c8..8de66d1d6 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -75,11 +75,6 @@ bash completion
libmount (mount/umount)
-----------------------
- - (!) support "noauto,auto"; now mnt_context_next_mount() follows old mount(8)
- behavior and search for "noauto" string. It seems the more correct behavior
- would be to use the options as flags (mnt_context_set_user_mflags()) and check
- for MNT_MS_NOAUT rather than for a string.
-
- allow to execute mount(2) in another namespace, something like:
mount --namespace=/proc/$n/ns/mnt /dev/sda2 /bar
see https://bugzilla.redhat.com/show_bug.cgi?id=1199554 for more details.