misc: rename copy_file_range to copy_file_chunk 30/220030/2 accepted/tizen_6.0_base_tool_hotfix tizen_6.0_base_hotfix accepted/tizen/6.0/base/20201029.110439 accepted/tizen/6.0/base/tool/20201029.111935 accepted/tizen/6.0/base/tool/hotfix/20201030.124750 accepted/tizen/6.0/base/tool/hotfix/20201102.085930 accepted/tizen/base/20200113.064839 submit/tizen_6.0_base/20201029.184801 submit/tizen_6.0_base_hotfix/20201030.192501 submit/tizen_6.0_base_hotfix/20201102.162701 submit/tizen_base/20200108.045102 tizen_6.0.m2_release
authorPalmer Dabbelt <palmer@dabbelt.com>
Fri, 29 Dec 2017 18:19:51 +0000 (10:19 -0800)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 2 Jan 2020 02:32:13 +0000 (11:32 +0900)
commit37c7c70dc109859a658f73cb078f1fb2243e831d
tree5768dc739f775e7e909ef3b540f4adf3b736a997
parente5a892568d7e0768b334b8dadf0acb8c0ca7e252
misc: rename copy_file_range to copy_file_chunk

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.

Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
(cherry picked from commit 01551bdba16ab16512a01affe02ade32c41ede8a)

Change-Id: I7cea55432515e292356374e1fdc7a369ea7f6fb7
misc/create_inode.c