diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-04-12 21:25:04 -0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-04-12 21:25:04 -0400 |
commit | 72c1a73993cfa3572e45e1a878ff7acf31d14fc8 (patch) | |
tree | c63e00324e517efc6881e2981578080697fd1ee0 /fs/xfs | |
parent | a904b1ca5751faf5ece8600e18cd3b674afcca1b (diff) |
xfs: xfs_shift_file_space can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs')
-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 fe1f11b96d0d..e86757358d5b 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c | |||
@@ -1383,7 +1383,7 @@ out: | |||
1383 | * If we are shifting right, we will start with last extent inside file space | 1383 | * If we are shifting right, we will start with last extent inside file space |
1384 | * and continue until we reach the block corresponding to offset. | 1384 | * and continue until we reach the block corresponding to offset. |
1385 | */ | 1385 | */ |
1386 | int | 1386 | static int |
1387 | xfs_shift_file_space( | 1387 | xfs_shift_file_space( |
1388 | struct xfs_inode *ip, | 1388 | struct xfs_inode *ip, |
1389 | xfs_off_t offset, | 1389 | xfs_off_t offset, |