summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2018-06-11 16:28:59 +0200
committerKarel Zak2018-06-11 16:28:59 +0200
commit99ab05a6b478368ccf49134fed957f774905901d (patch)
treecf309850061cadc19e1e27f1058a1f9727b52427 /Documentation
parentmount: add -N to man page helpers section (diff)
downloadkernel-qcow2-util-linux-99ab05a6b478368ccf49134fed957f774905901d.tar.gz
kernel-qcow2-util-linux-99ab05a6b478368ccf49134fed957f774905901d.tar.xz
kernel-qcow2-util-linux-99ab05a6b478368ccf49134fed957f774905901d.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 676c79bbf..95d395087 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -102,19 +102,6 @@ libmount (mount/umount)
set and allow to use it for simple tasks where no another operation is
necessary.
- - 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.
-
- - add options to control fstab/mtab mount options usage, something like:
-
- --options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...}
- --options-source={fstab,mtab,disable} MNT_OMODE_{FSTAB,MTAB,NOTAB}
- --options-source-force MNT_OMODE_FORCE
-
- (all this already supported by libmount)
-
-
partx
-----