]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
vfs: rename vfs_clone_file_prep to be more descriptive
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Oct 2018 23:41:08 +0000 (10:41 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 29 Oct 2018 23:41:08 +0000 (10:41 +1100)
commita83ab01a62e61616ebb8b97f90f568c1214dc10d
treef37ee538e5b0a07fc1ead17e104820a64b16f804
parent9aae20500d9cd3e7d55d0536d359bdd1c869db89
vfs: rename vfs_clone_file_prep to be more descriptive

The vfs_clone_file_prep is a generic function to be called by filesystem
implementations only.  Rename the prefix to generic_ and make it more
clear that it applies to remap operations, not just clones.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/ocfs2/refcounttree.c
fs/read_write.c
fs/xfs/xfs_reflink.c
include/linux/fs.h