mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
xfs: add some 'static' annotations
sparse reported that several variables and a function were not forward-declared anywhere and therefore should be 'static'. Found with sparse by running 'make C=2 CF=-D__CHECK_ENDIAN__ fs/xfs/' Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
parent
1be7f9be0e
commit
f1b8243c55
2 changed files with 3 additions and 3 deletions
|
@ -4826,7 +4826,7 @@ xfs_btree_calc_size(
|
|||
return rval;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
xfs_btree_count_blocks_helper(
|
||||
struct xfs_btree_cur *cur,
|
||||
int level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue