diff options
author | Eric Sandeen <sandeen@sgi.com> | 2005-06-21 15:39:44 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-06-21 15:39:44 +1000 |
commit | 6add2c4288801bd7fd0a4cc3277de7688f1f6714 (patch) | |
tree | 4eaaec0954843cbfdb9f5dc14e02db9f04d885cc /fs/xfs/xfs_btree.c | |
parent | 365ca83d509f77f2095976edb8d10ca6e9d86d58 (diff) | |
download | talos-obmc-linux-6add2c4288801bd7fd0a4cc3277de7688f1f6714.tar.gz talos-obmc-linux-6add2c4288801bd7fd0a4cc3277de7688f1f6714.zip |
[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>
Diffstat (limited to 'fs/xfs/xfs_btree.c')
-rw-r--r-- | fs/xfs/xfs_btree.c | 2 |
1 files changed, 1 insertions, 1 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( * Retrieve the block pointer from the cursor at the given level. * This may be a bmap btree root or from a buffer. */ -xfs_btree_block_t * /* generic btree block pointer */ +STATIC xfs_btree_block_t * /* generic btree block pointer */ xfs_btree_get_block( xfs_btree_cur_t *cur, /* btree cursor */ int level, /* level in btree */ |