Commit da034bcc authored by Eric Biggers's avatar Eric Biggers Committed by Darrick J. Wong

xfs: make xfs_file_remap_range() static

xfs_file_remap_range() is only used in fs/xfs/xfs_file.c, so make it
static.

This addresses a gcc warning when -Wmissing-prototypes is enabled.
Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 59e42931
......@@ -920,7 +920,7 @@ xfs_file_fallocate(
}
loff_t
STATIC loff_t
xfs_file_remap_range(
struct file *file_in,
loff_t pos_in,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment