xfs: minor cleanups of xfs_attr3_rmt_blocks
authorDarrick J. Wong <djwong@kernel.org>
Thu, 2 May 2024 14:48:37 +0000 (07:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 2 May 2024 14:48:37 +0000 (07:48 -0700)
commit3791a053294b037a6bf62df03480f5c5ddfd4d1b
treea35e688a2edcac3fff50913f9a7ad1d516bf5c14
parent204a26aa1d5a891154c9275fe4022e28793ca112
xfs: minor cleanups of xfs_attr3_rmt_blocks

Clean up the type signature of this function since we don't have
negative attr lengths or block counts.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_attr_remote.c