diff options
author | Karel Zak | 2010-01-08 14:15:13 +0100 |
---|---|---|
committer | Karel Zak | 2010-01-08 14:15:13 +0100 |
commit | a830e5b390f9f7de41b5a646baac87fe7d388904 (patch) | |
tree | 99fb62c4749fbb876e3af31b6889dabbf4182872 /TODO | |
parent | build-sys: release++ (v2.17) (diff) | |
download | kernel-qcow2-util-linux-a830e5b390f9f7de41b5a646baac87fe7d388904.tar.gz kernel-qcow2-util-linux-a830e5b390f9f7de41b5a646baac87fe7d388904.tar.xz kernel-qcow2-util-linux-a830e5b390f9f7de41b5a646baac87fe7d388904.zip |
update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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) |