aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-12-12 19:54:33 -0500
committerEric Sandeen <sandeen@redhat.com>2019-12-12 19:54:33 -0500
commit763d7f0718bc491566d27db1cd29ea789b133f60 (patch)
treea6402d301359b35ae677ad7f169ff1ed3d584f1f
parent74945501524d393ab5b3b78179f03a44ab9691c3 (diff)
downloadxfsprogs-dev-763d7f0718bc491566d27db1cd29ea789b133f60.tar.gz
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
Source kernel commit: 71912e08e06b7041ba3b40945328b84798dfe6fc Fixes gcc warning: fs/xfs/libxfs/xfs_btree.c:4475: warning: Excess function parameter 'max_recs' description in 'xfs_btree_sblock_v5hdr_verify' fs/xfs/libxfs/xfs_btree.c:4475: warning: Excess function parameter 'pag_max_level' description in 'xfs_btree_sblock_v5hdr_verify' Fixes: c5ab131ba0df ("libxfs: refactor short btree block verification") Signed-off-by: zhengbin <zhengbin13@huawei.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--libxfs/xfs_btree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libxfs/xfs_btree.c b/libxfs/xfs_btree.c
index fcd34cc87a..2431904801 100644
--- a/libxfs/xfs_btree.c
+++ b/libxfs/xfs_btree.c
@@ -4465,8 +4465,6 @@ xfs_btree_lblock_verify(
* btree block
*
* @bp: buffer containing the btree block
- * @max_recs: pointer to the m_*_mxr max records field in the xfs mount
- * @pag_max_level: pointer to the per-ag max level field
*/
xfs_failaddr_t
xfs_btree_sblock_v5hdr_verify(