xfs: remove return value from xchk_ag_btcur_init
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Mar 2021 16:51:53 +0000 (09:51 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 25 Mar 2021 23:47:50 +0000 (16:47 -0700)
commitf53acface7a9765ba03b491485bcc53d72810aeb
tree8947f46f2173a6156de9e4191c0272ec74d619f1
parentde9d2a78add1a4c9508be96bad7e29d899e0ff0f
xfs: remove return value from xchk_ag_btcur_init

Functions called by this function cannot fail, so get rid of the return
and error checking.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/agheader.c
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h