[Toybox] [PATCH] Fix ionice default class.

enh enh at google.com
Fri Aug 14 16:03:11 PDT 2015


Fix ionice default class.

diff --git a/toys/other/ionice.c b/toys/other/ionice.c
index e44270a..4ec3796 100644
--- a/toys/other/ionice.c
+++ b/toys/other/ionice.c
@@ -5,7 +5,7 @@
  * It would be really nice if there was a standard, but no. There is
  * Documentation/block/ioprio.txt in the linux source.

-USE_IONICE(NEWTOY(ionice, "^tc#<0>3n#<0>7=5p#", TOYFLAG_USR|TOYFLAG_BIN))
+USE_IONICE(NEWTOY(ionice, "^tc#<0>3=2n#<0>7=5p#", TOYFLAG_USR|TOYFLAG_BIN))
 USE_IORENICE(NEWTOY(iorenice, "?<1>3", TOYFLAG_USR|TOYFLAG_BIN))

 config IONICE

 1439593391.0


More information about the Toybox mailing list