[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150325074208.GA22854@snb>
Date: Wed, 25 Mar 2015 15:42:08 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Namjae Jeon <namjae.jeon@...sung.com>
Cc: kbuild-all@...org, Dave Chinner <david@...morbit.com>,
Ashish Sangwan <a.sangwan@...sung.com>, xfs@....sgi.com,
linux-kernel@...r.kernel.org
Subject: [PATCH dgc-xfs] xfs: xfs_shift_file_space can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists