From: Karel Zak Date: Mon, 11 Jun 2018 14:28:59 +0000 (+0200) Subject: docs: update TODO X-Git-Tag: v2.33-rc1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ab05a6b478368ccf49134fed957f774905901d;p=thirdparty%2Futil-linux.git docs: update TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 676c79bbfd..95d3950875 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 -----