summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 6798f38bc..856e3ec33 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -45,6 +45,10 @@ bash completion
libmount (mount/umount)
-----------------------
+ - 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, ...}