mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
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> |
History
|
|
|---|---|---|
| .. | ||
| as-iosched.txt | ||
| barrier.txt | ||
| biodoc.txt | ||
| capability.txt | ||
| deadline-iosched.txt | ||
| ioprio.txt | ||
| request.txt | ||
| stat.txt | ||
| switching-sched.txt | ||