From f19c6328043e241d69b59b07e6dbd4f4da079bdb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 13 Aug 2015 11:41:49 +0200 Subject: [PATCH] docs: add mount --namespace to TODO Signed-off-by: Karel Zak --- Documentation/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/TODO b/Documentation/TODO index 6798f38bcb..856e3ec336 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, ...} -- 2.47.3