Corrections in Documentation/block/ioprio.txt
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Thu, 23 Aug 2007 08:43:07 +0000 (10:43 +0200)
committerJens Axboe <axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:57 +0000 (09:25 +0200)
commit3317fedba9446465082bcc6ce1232451ad1d51ce
treeedcbb704be1f01b62bc6ffad5e2ab57ccd50f930
parentdb47d475371bc85dd122112e957669cbbcc70dee
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>
Documentation/block/ioprio.txt