commit | 3317fedba9446465082bcc6ce1232451ad1d51ce | [log] [tgz] |
---|---|---|
author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | Thu Aug 23 10:43:07 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:25:57 2007 +0200 |
tree | edcbb704be1f01b62bc6ffad5e2ab57ccd50f930 | |
parent | db47d475371bc85dd122112e957669cbbcc70dee [diff] |
Corrections in Documentation/block/ioprio.txt The newer glibc does not allow system calls to be made via _syscallN() wrapper. They have to be made through syscall(). The ionice code used the older interface. Correcting it to use syscall. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>