From: kbuild test robot Date: Mon, 13 Apr 2015 01:25:04 +0000 (+1000) Subject: xfs: xfs_shift_file_space can be static X-Git-Tag: firefly_0821_release~176^2~1877^2~1^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72c1a73993cfa3572e45e1a878ff7acf31d14fc8;p=firefly-linux-kernel-4.4.55.git xfs: xfs_shift_file_space can be static Signed-off-by: Fengguang Wu Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- 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,