OSDN Git Service

Fix ionice.
authorElliott Hughes <enh@google.com>
Wed, 8 Jul 2015 07:32:57 +0000 (02:32 -0500)
committerRob Landley <rob@landley.net>
Wed, 8 Jul 2015 07:32:57 +0000 (02:32 -0500)
commit29b0a2e823e2b451e793b9cd891107d4daec3864
treed84e74236ed1194c7274d2e4d447074b71213cfd
parent3487bd353b4448bbdc9ece6d62fc4c4f4fd6ae4a
Fix ionice.

ioprio_set takes a "prio" argument that combines class and level. Although
bionic (via the uapi headers) includes the appropriate constants and even
a convenience macro, glibc doesn't, so just hard-code the encoding.

Also fix the sense of a conditional so we actually execute the provided
command.
toys/other/ionice.c