]> 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>
Mon, 9 Feb 2009 10:17:21 +0000 (11:17 +0100)
commit85d91535a6bd93a3faae1d55d5390489f8e520c1
treee3d7edbc1edfe62fbfff2eeb327de2d09aa38d78
parent3def48692bb6266b50d7a5d264b3b2d55bae1392
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