summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2011-03-22 10:11:26 +0100
committerKarel Zak2011-03-22 10:11:26 +0100
commitc48b9ce9ea04fe0e53bcd488617f3dd4b221c249 (patch)
treecb90ccdedfb84a142546d1c7be348f51d6888dec
parentlib: [fsprobe.c] fix blkid_evaluate_spec() call (diff)
downloadkernel-qcow2-util-linux-c48b9ce9ea04fe0e53bcd488617f3dd4b221c249.tar.gz
kernel-qcow2-util-linux-c48b9ce9ea04fe0e53bcd488617f3dd4b221c249.tar.xz
kernel-qcow2-util-linux-c48b9ce9ea04fe0e53bcd488617f3dd4b221c249.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--TODO17
1 files changed, 0 insertions, 17 deletions
diff --git a/TODO b/TODO
index 3e43963cc..0ffb4c69e 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,3 @@
-kill
-----
- - support real-time signals in format
-
- kill -RT16 4711
- kill -RTMIN+16 4711
- kill -RTMAX-14 4711
-
- see also https://bugzilla.redhat.com/show_bug.cgi?id=676297
-
mount
-----
@@ -19,13 +9,6 @@ mount
It's definitely better to have a generic way how ignore some options than
use comment= for all things.
-fsprobe
--------
-
- - remove the lib/fsprobe.c wrapper for libblkid used in mount and fsck. Use
- everywhere libblkid from util-linux only.
- - update ./configure script
-
build-sys
--------