xfs: xfs_swap_extent_flush can be static
Fix sparse warning introduced by commit 4ef897a
("xfs: flush both
inodes in xfs_swap_extents").
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
parent
02cc18764c
commit
7abbb8f928
1 changed files with 1 additions and 1 deletions
|
@ -1618,7 +1618,7 @@ xfs_swap_extents_check_format(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
xfs_swap_extent_flush(
|
xfs_swap_extent_flush(
|
||||||
struct xfs_inode *ip)
|
struct xfs_inode *ip)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue