Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72c1a739 authored by kbuild test robot's avatar kbuild test robot Committed by Dave Chinner
Browse files

xfs: xfs_shift_file_space can be static

parent a904b1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1383,7 +1383,7 @@ xfs_zero_file_space(
 * 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,