Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4483eb56 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static

parent a61a2c86
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ __xfs_btree_check_lblock(
}
}


/* Check a long btree block header. */
/* Check a long btree block header. */
int
static int
xfs_btree_check_lblock(
xfs_btree_check_lblock(
	struct xfs_btree_cur	*cur,
	struct xfs_btree_cur	*cur,
	struct xfs_btree_block	*block,
	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
 * Check that a given (indexed) btree pointer at a certain level of a
 * btree is valid and doesn't point past where it should.
 * btree is valid and doesn't point past where it should.
 */
 */
int
static int
xfs_btree_check_ptr(
xfs_btree_check_ptr(
	struct xfs_btree_cur	*cur,
	struct xfs_btree_cur	*cur,
	union xfs_btree_ptr	*ptr,
	union xfs_btree_ptr	*ptr,