[PATCH dgc-xfs] xfs: xfs_shift_file_space can be static

From: kbuild test robot
Date: Wed Mar 25 2015 - 03:42:33 EST



Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
xfs_bmap_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c
index fe1f11b..e867573 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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/