| To: | Namjae Jeon <namjae.jeon@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH dgc-xfs] xfs: xfs_shift_file_space can be static |
| From: | kbuild test robot <fengguang.wu@xxxxxxxxx> |
| Date: | Wed, 25 Mar 2015 15:42:08 +0800 |
| Cc: | kbuild-all@xxxxxx, Dave Chinner <david@xxxxxxxxxxxxx>, Ashish Sangwan <a.sangwan@xxxxxxxxxxx>, xfs@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <201503251558.Dje24s0l%fengguang.wu@xxxxxxxxx> |
| References: | <201503251558.Dje24s0l%fengguang.wu@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
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,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v10 1/12] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate, Dave Chinner |
|---|---|
| Next by Date: | [dgc-xfs:fallocate-insert-range 10/10] fs/xfs/xfs_bmap_util.c:1387:1: sparse: symbol 'xfs_shift_file_space' was not declared. Should it be static?, kbuild test robot |
| Previous by Thread: | [dgc-xfs:fallocate-insert-range 10/10] fs/xfs/xfs_bmap_util.c:1387:1: sparse: symbol 'xfs_shift_file_space' was not declared. Should it be static?, kbuild test robot |
| Next by Thread: | Des fournitures pour mon bureau, Pourmonbureau |
| Indexes: | [Date] [Thread] [Top] [All Lists] |