]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/create_inode.c
misc: rename copy_file_range to copy_file_chunk
authorPalmer Dabbelt <palmer@dabbelt.com>
Fri, 29 Dec 2017 18:19:51 +0000 (10:19 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Jan 2018 04:51:36 +0000 (23:51 -0500)
commit01551bdba16ab16512a01affe02ade32c41ede8a
treea654a4bcd84b78abbbde4cc75d43a680e916748d
parent89128f89be8bb142e7d204463af018c310b4ae17
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>
misc/create_inode.c