On Thu, Dec 28, 2017 at 06:18:28PM -0800, Palmer Dabbelt wrote: > As of 2.27, glibc will have a copy_file_range library call to wrap the > new copy_file_range system call. This conflicts with the function in > misc/create_inode.c, which this patch renames _copy_file_range. Could you resend the patch renaming it to copy_file_chunk()? That's less likely to cause confusion with the copy_file_range system call. Thanks, - Ted