xfs: make several functions static
Al Viro noticed that xfs_lock_inodes should be static, and that led to ... a few more. These are just the easy ones, others require moving functions higher in source files, so that's not done here to keep this review simple. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
0c871f9a10
commit
0d5a75e9e2
@@ -407,7 +407,7 @@ xfs_bmap_count_tree(
|
||||
/*
|
||||
* Count fsblocks of the given fork.
|
||||
*/
|
||||
int /* error */
|
||||
static int /* error */
|
||||
xfs_bmap_count_blocks(
|
||||
xfs_trans_t *tp, /* transaction pointer */
|
||||
xfs_inode_t *ip, /* incore inode */
|
||||
|
||||
Reference in New Issue
Block a user