Commit 6add2c4288801bd7fd0a4cc3277de7688f1f6714

Authored by Eric Sandeen
Committed by Nathan Scott
1 parent 365ca83d50

[XFS] Fix up some warning fallout from functions made static

SGI-PV: 936255
SGI-Modid: xfs-linux:xfs-kern:193691a

Signed-off-by: Eric Sandeen <sandeen@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -93,7 +93,7 @@
93 93 * Retrieve the block pointer from the cursor at the given level.
94 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 97 xfs_btree_get_block(
98 98 xfs_btree_cur_t *cur, /* btree cursor */
99 99 int level, /* level in btree */
fs/xfs/xfs_dir2_leaf.c
... ... @@ -79,7 +79,7 @@
79 79 int *indexp, xfs_dabuf_t **dbpp);
80 80 static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp,
81 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 /*