]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07a6429d6c1fa8ae1fdd9deb0151ae397fa688e9
treeedcbb704be1f01b62bc6ffad5e2ab57ccd50f930
parent2cdb04679bcc678b2fbe5221932f8c380860702a
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