summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2011-03-03 22:57:27 +0100
committerKarel Zak2011-03-03 22:57:27 +0100
commit01df6eebbf52943b364cfa39ab4be54ba543b46c (patch)
tree3edb3e3fa96c9f898dafdd56e05969f5179e0f40 /TODO
parentmove struct option to .rodata (diff)
downloadkernel-qcow2-util-linux-01df6eebbf52943b364cfa39ab4be54ba543b46c.tar.gz
kernel-qcow2-util-linux-01df6eebbf52943b364cfa39ab4be54ba543b46c.tar.xz
kernel-qcow2-util-linux-01df6eebbf52943b364cfa39ab4be54ba543b46c.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 617db628c..ffe1618bf 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,17 @@ kill
see also https://bugzilla.redhat.com/show_bug.cgi?id=676297
+mount
+-----
+
+ - add support for "x-" namespace for mount options. All options with "x-"
+ prefix should be ignored.
+
+ For example x-systemd=, x-upstart-foo, x-libmount-debug=0xffff, ...
+
+ It's definitely better to have a generic way how ignore some options than
+ use comment= for all things.
+
fsprobe
-------