]> err.no Git - util-linux/commit
chrt: output buglet when reporting scheduling class
authorKarel Zak <kzak@redhat.com>
Tue, 3 Feb 2009 09:22:07 +0000 (10:22 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Feb 2009 09:22:07 +0000 (10:22 +0100)
commit6c00cbbe97e7cf9cb640d62e5793cfcad44b1ae6
treed44028c8b71015f0d19965258ac1c18417511c80
parent97fd43f5d30eac2524cda508ed6b247f140e45ad
chrt: output buglet when reporting scheduling class

% chrt -i 0 ./a.out &
[1] 60479
% chrt -p 60479
pid 60479's current scheduling policy: SCHED_IDLE
SCHED_RR
pid 60479's current scheduling priority: 0

We have a spurious and incorrect SCHED_RR in there...

Address-Red-Hat-Bugzilla: #483706
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/chrt.c