]> err.no Git - util-linux/commit
Make ionice $command work
authorTollef Fog Heen <tfheen@err.no>
Tue, 22 Feb 2011 15:16:30 +0000 (16:16 +0100)
committerTollef Fog Heen <tfheen@err.no>
Tue, 22 Feb 2011 15:16:30 +0000 (16:16 +0100)
commitddea327767d9280debfb5ae6671939d691040d2d
tree9f42aaf4247b149d0f3ed452f90b385796a676de
parent372506e9c4e59d43f4af92626457c2d6a415102f
Make ionice $command work

ionice $command would previously report:

  ionice: cannot parse number '$command'

This has been fixed so that it now tries to run the command under the
default I/O priority as per the man page.

Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563904
Signed-off-by: Tollef Fog Heen <tfheen@err.no>
schedutils/ionice.c