diff options
-rw-r--r-- | fs/xfs/xfs_btree.c | 2 | ||||
-rw-r--r-- | fs/xfs/xfs_dir2_leaf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c index 797f4d96cdf3..0cc63d657a14 100644 --- a/fs/xfs/xfs_btree.c +++ b/fs/xfs/xfs_btree.c | |||
@@ -93,7 +93,7 @@ xfs_btree_maxrecs( | |||
93 | * Retrieve the block pointer from the cursor at the given level. | 93 | * Retrieve the block pointer from the cursor at the given level. |
94 | * This may be a bmap btree root or from a buffer. | 94 | * This may be a bmap btree root or from a buffer. |
95 | */ | 95 | */ |
96 | xfs_btree_block_t * /* generic btree block pointer */ | 96 | STATIC xfs_btree_block_t * /* generic btree block pointer */ |
97 | xfs_btree_get_block( | 97 | xfs_btree_get_block( |
98 | xfs_btree_cur_t *cur, /* btree cursor */ | 98 | xfs_btree_cur_t *cur, /* btree cursor */ |
99 | int level, /* level in btree */ | 99 | int level, /* level in btree */ |
diff --git a/fs/xfs/xfs_dir2_leaf.c b/fs/xfs/xfs_dir2_leaf.c index 79918df6ffea..056f5283904b 100644 --- a/fs/xfs/xfs_dir2_leaf.c +++ b/fs/xfs/xfs_dir2_leaf.c | |||
@@ -79,7 +79,7 @@ static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **lbpp, | |||
79 | int *indexp, xfs_dabuf_t **dbpp); | 79 | int *indexp, xfs_dabuf_t **dbpp); |
80 | static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp, | 80 | static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp, |
81 | int first, int last); | 81 | int first, int last); |
82 | extern void xfs_dir2_leaf_log_tail(struct xfs_trans *tp, struct xfs_dabuf *bp); | 82 | static void xfs_dir2_leaf_log_tail(struct xfs_trans *tp, struct xfs_dabuf *bp); |
83 | 83 | ||
84 | 84 | ||
85 | /* | 85 | /* |