copy_file_range: use correct syscall numbers on x86/x86-64
commit15230756d31d404881fea1edbbe4bd7378066163
authorEric Wong <e@80x24.org>
Wed, 4 Jan 2017 19:46:35 +0000 (4 19:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 4 Jan 2017 20:15:41 +0000 (4 20:15 +0000)
tree1aadb581ff4d7bbb78e14f7a6847b5d707ec441b
parent6453e9de26956d631e604df7a852cee37e6c8804
copy_file_range: use correct syscall numbers on x86/x86-64

I had a recent linux-libc-dev installed with my kernel, so I did
not notice these mistakes until I installed only an updated
kernel without the headers.  The old number (285) is the generic
base syscall number.
ext/sleepy_penguin/cfr.c