]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Jul 2025 12:54:02 +0000 (14:54 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:14 +0000 (17:30 +0200)
commit90b1bda80ece3624eb7962b9c00e6bcb9bbe2193
treeecea8ea8b9a7efd2fdc8c292531767bea6773703
parent59655147ec34fb72cc090ca4ee688ece05ffac56
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone

i_used_blocks is a uint32_t, so use the same value for the local variable
caching it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c