diff options
| author | Eric Sandeen <[email protected]> | 2018-04-06 17:09:42 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2018-04-09 17:23:42 +0000 |
| commit | a1f69417c6f4d1c5280ffb795da7778cba1e1451 (patch) | |
| tree | 91b5e753bec450b1c82ccb12b037ae25ffa5fc01 /fs/xfs/libxfs/xfs_rmap_btree.h | |
| parent | xfs: remove filestream item xfs_inode reference (diff) | |
| download | kernel-a1f69417c6f4d1c5280ffb795da7778cba1e1451.tar.gz kernel-a1f69417c6f4d1c5280ffb795da7778cba1e1451.zip | |
xfs: non-scrub - remove unused function parameters
Signed-off-by: Eric Sandeen <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/libxfs/xfs_rmap_btree.h')
| -rw-r--r-- | fs/xfs/libxfs/xfs_rmap_btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_rmap_btree.h b/fs/xfs/libxfs/xfs_rmap_btree.h index 19c08e933049..d68d96eed7ea 100644 --- a/fs/xfs/libxfs/xfs_rmap_btree.h +++ b/fs/xfs/libxfs/xfs_rmap_btree.h @@ -55,7 +55,7 @@ struct xfs_mount; struct xfs_btree_cur *xfs_rmapbt_init_cursor(struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, xfs_agnumber_t agno); -int xfs_rmapbt_maxrecs(struct xfs_mount *mp, int blocklen, int leaf); +int xfs_rmapbt_maxrecs(int blocklen, int leaf); extern void xfs_rmapbt_compute_maxlevels(struct xfs_mount *mp); extern xfs_extlen_t xfs_rmapbt_calc_size(struct xfs_mount *mp, |
