diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index fe1f11b96d0d..e86757358d5b 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -1383,7 +1383,7 @@ out: * If we are shifting right, we will start with last extent inside file space * and continue until we reach the block corresponding to offset. */ -int +static int xfs_shift_file_space( struct xfs_inode *ip, xfs_off_t offset,