]> err.no Git - util-linux/commitdiff
update TODO file
authorKarel Zak <kzak@redhat.com>
Fri, 8 Jan 2010 13:15:13 +0000 (14:15 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 8 Jan 2010 13:15:13 +0000 (14:15 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO

diff --git a/TODO b/TODO
index cc3c0f9f8b594b88869451a4e9ff9aca00998eb6..9df5b7b447cd4f379caae8d08b59ee18fa641544 100644 (file)
--- a/TODO
+++ b/TODO
@@ -77,6 +77,20 @@ misc
  
  * use rpmatch() for all Y/N questions
 
+ * make chrt, taskset, ... threads aware. Currently these utils work with
+   group leader (master thread) and don't propagate requested changes to 
+   the whole group of threads.  It meas add a new option (e.g. -t):
+
+       chrt <prio> <pid>     # master thread only
+        chrt -t <prio> <pid>  # whole group of threads
+
+  Note that we need to scan /proc and call ched_set{scheduler,affinity}
+  syscalls for all individual threads.
+
+ * umount by label:
+       # mount LABEL=mylabel
+       # umount LABEL=mylabel
+
  * mount -a -- reorder fstab entries by paths before mount (just idea only)
 
  * mount -a  (just idea only)