]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Mon, 11 Jun 2018 14:28:59 +0000 (16:28 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jun 2018 14:28:59 +0000 (16:28 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 676c79bbfdb381e35890305780e6c411a4ce8ac3..95d3950875065e009bb4d10f618dd0b95c1a7f07 100644 (file)
@@ -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
 -----