summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
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
-----