提交 4483eb56 编写于 作者: C Christoph Hellwig 提交者: Darrick J. Wong

xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static

Signed-off-by: NChristoph Hellwig <hch@lst.de>
Reviewed-by: NDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: NDarrick J. Wong <darrick.wong@oracle.com>
上级 a61a2c86
......@@ -109,7 +109,7 @@ __xfs_btree_check_lblock(
}
/* Check a long btree block header. */
int
static int
xfs_btree_check_lblock(
struct xfs_btree_cur *cur,
struct xfs_btree_block *block,
......@@ -239,7 +239,7 @@ xfs_btree_check_sptr(
* Check that a given (indexed) btree pointer at a certain level of a
* btree is valid and doesn't point past where it should.
*/
int
static int
xfs_btree_check_ptr(
struct xfs_btree_cur *cur,
union xfs_btree_ptr *ptr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册