diff options
author | Dave Chinner <david@fromorbit.com> | 2014-09-23 14:55:51 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-09-23 14:55:51 +0200 |
commit | 33044dc408e6e6bb7f270c0a2e12598ef5592987 (patch) | |
tree | 67dedd3461599e28a95e298db436bc3fc4139d4f /fs/xfs/xfs_bmap_util.c | |
parent | Merge branch 'xfs-shift-extents-rework' into for-next (diff) | |
parent | xfs: flush entire last page of old EOF on truncate up (diff) | |
download | linux-33044dc408e6e6bb7f270c0a2e12598ef5592987.tar.xz linux-33044dc408e6e6bb7f270c0a2e12598ef5592987.zip |
Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next
Diffstat (limited to 'fs/xfs/xfs_bmap_util.c')
-rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index 809ae7d395c3..d8b77b5bf4d9 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -1646,7 +1646,7 @@ xfs_swap_extents_check_format( return 0; } -int +static int xfs_swap_extent_flush( struct xfs_inode *ip) { |