]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: minor cleanups of xfs_attr3_rmt_blocks
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:22:57 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:05 +0000 (17:01 -0700)
commit1d5c15a98dfc171f05490062404f9a96a7e71b08
tree09720405507fb638cfb1455f7442453e5170fb4c
parenta5ec4d59c3a4c57e3c5a3eaec10997b801808e2e
xfs: minor cleanups of xfs_attr3_rmt_blocks

Source kernel commit: 3791a053294b037a6bf62df03480f5c5ddfd4d1b

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>
libxfs/xfs_attr_remote.c