ioprio.sort_key() expects keys starting with '?' to be at least two character
commit85dbe9f9763c02f0e505fc2a3d78bc5c131b847a
authorGuillaume Chazarain <guichaz@gmail.com>
Sun, 6 Sep 2009 21:12:38 +0000 (6 23:12 +0200)
committerGuillaume Chazarain <guichaz@gmail.com>
Sun, 6 Sep 2009 21:12:38 +0000 (6 23:12 +0200)
treefdde618223e1b0c7ccbd3af61c0490d0b010d716
parent74795c4864a748285c3b38b29011a705b3c7585b
ioprio.sort_key() expects keys starting with '?' to be at least two character
long. It was not the case when different threads in the same process had
different ionice values, so adjust the ionice key in this case.

Bug reported by: Paul Wise <pabs@debian.org>
iotop/data.py