commit | a83ab01a62e61616ebb8b97f90f568c1214dc10d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 30 10:41:08 2018 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Tue Oct 30 10:41:08 2018 +1100 |
tree | f37ee538e5b0a07fc1ead17e104820a64b16f804 | |
parent | 9aae20500d9cd3e7d55d0536d359bdd1c869db89 [diff] |
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>