]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: use unsigned int for all size values in struct xfs_da_geometry
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Nov 2019 22:52:07 +0000 (14:52 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 11 Nov 2019 00:54:19 +0000 (16:54 -0800)
commit679b03e1869b4915d80ec7e1ef2105124e461697
tree2278418a2e3170ec4d9ea9cc071db74380588ac3
parent5f8e595bbfc1f23ca45253795dc8dbc6086e330c
xfs: use unsigned int for all size values in struct xfs_da_geometry

None of these can ever be negative, so use unsigned types.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_da_btree.h