powerpc: Wire up copy_file_range() syscall

Test runs on a ppc64 BE guest succeeded using modified fstests.

Also tested on ppc64 LE using a home made test - mpe.

Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Chandan Rajendra
2016-01-13 22:20:22 +05:30
committed by Michael Ellerman
parent 9fa686068a
commit d7f9ee60a6
3 changed files with 3 additions and 1 deletions

View File

@@ -389,5 +389,6 @@
#define __NR_userfaultfd 364
#define __NR_membarrier 365
#define __NR_mlock2 378
#define __NR_copy_file_range 379
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */