commit | 8ec680e4c3ec818efd1652f15199ed1c216ab550 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Nov 07 13:54:07 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Nov 07 13:54:07 2007 +0100 |
tree | 5f58d77e0661d720cbf1443aa5c1153ee930d37c | |
parent | 0e7be9edb9134f833278c381b6feabb54b875208 [diff] |
ioprio: allow sys_ioprio_set() value of 0 to reset ioprio setting Normally io priorities follow the CPU nice, unless a specific scheduling class has been set. Once that is set, there's no way to reset the behaviour to 'none' so that it follows CPU nice again. Currently passing in 0 as the ioprio class/value will return -1/EINVAL, change that to allow resetting of a set scheduling class. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>