From: Karel Zak Date: Thu, 3 Mar 2011 21:57:27 +0000 (+0100) Subject: docs: update TODO X-Git-Tag: v2.20-rc1~490 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01df6eebbf52943b364cfa39ab4be54ba543b46c;p=thirdparty%2Futil-linux.git docs: update TODO Signed-off-by: Karel Zak --- diff --git a/TODO b/TODO index 617db628c0..ffe1618bf5 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 -------