From: Dhaval Giani Date: Thu, 23 Aug 2007 08:43:07 +0000 (+0200) Subject: Corrections in Documentation/block/ioprio.txt X-Git-Tag: v2.6.24-rc1~1460^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3317fedba9446465082bcc6ce1232451ad1d51ce;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed